typetree_from_ty_inner

Function typetree_from_ty_inner 

Source
fn typetree_from_ty_inner<'tcx>(
    tcx: TyCtxt<'tcx>,
    ty: Ty<'tcx>,
    depth: usize,
    visited: &mut Vec<Ty<'tcx>>,
) -> TypeTree
Expand description

Internal recursive function for TypeTree generation with cycle detection and depth limiting.