rustc_ast::visit

Function walk_pat

source
pub fn walk_pat<'a, V: Visitor<'a>>(
    visitor: &mut V,
    pattern: &'a Pat,
) -> V::Result