[][src]Function syn::visit::visit_field_pat

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