pub fn visit_fields_named<'ast, V>(v: &mut V, node: &'ast FieldsNamed) where
    V: Visit<'ast> + ?Sized
Available on crate feature visit only.