Function ide_db::syntax_helpers::node_ext::walk_ty

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

Preorder walk all the type’s sub types.