walk_pat

Function walk_pat 

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