Function rustc_hir::intravisit::walk_pat

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