Skip to main content

named_ty_with_args

Function named_ty_with_args 

Source
pub fn named_ty_with_args(decl: &TypeDecl, args: Vec<TyId>, tys: &Types) -> TyId
Expand description

Build a Ty::Named for the given declaration with the given applied type arguments (empty for a non-generic reference).