pub fn walk_ty(ty: &Type, cb: &mut dyn FnMut(Type) -> bool)
Expand description

Preorder walk all the type’s sub types.