pub fn make_type_name<X>( naming: &X, postfixes: &[String], ty: &MetaType, ident: &TypeIdent, ) -> Namewhere X: Naming,
Make a type name based on the passed ident and ty and the provided postfixes.
ident
ty
postfixes