Skip to main content

type_from_decl

Function type_from_decl 

Source
pub fn type_from_decl(
    id: &Ident,
    types: &HashMap<String, Arc<TypeDecl>>,
    tys: &Types,
) -> Option<TyId>
Expand description

Build a Ty from a TypeDecl name reference.