visit_fn_arg

Function visit_fn_arg 

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