Function syn::visit::visit_field_pat

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