Skip to main content

make_type_name

Function make_type_name 

Source
pub fn make_type_name<X>(
    naming: &X,
    postfixes: &[String],
    ty: &MetaType,
    ident: &TypeIdent,
) -> Name
where X: Naming,
Expand description

Make a type name based on the passed ident and ty and the provided postfixes.