syn::gen::visit

Function visit_fields

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