ide_db::syntax_helpers::node_ext

Function walk_pat

source
pub fn walk_pat(pat: &Pat, cb: &mut dyn FnMut(Pat))
Expand description

Preorder walk all the pattern’s sub patterns.