syn::visit

Function visit_fields_named

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