ide_db::syntax_helpers::node_ext

Function 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.