[][src]Function syn::visit::visit_pat

pub fn visit_pat<'ast, V: ?Sized>(v: &mut V, node: &'ast Pat) where
    V: Visit<'ast>,