Skip to main content

type_from_decl

Function type_from_decl 

pub fn type_from_decl(
    id: &Ident,
    types: &HashMap<String, TypeDecl>,
) -> Option<Ty>
Expand description

Build a Ty from a TypeDecl name reference.