[][src]Function syn::visit::visit_fn_arg

pub fn visit_fn_arg<'ast, V: ?Sized>(v: &mut V, node: &'ast FnArg) where
    V: Visit<'ast>,