syn::visit

Function visit_expr_field

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