Skip to main content

typetree_from_ty

Function typetree_from_ty 

Source
pub fn typetree_from_ty<'tcx>(tcx: TyCtxt<'tcx>, ty: Ty<'tcx>) -> TypeTree
Expand description

Generate a TypeTree for a specific type. Mainly a convenience wrapper around the actual implementation.