syn::visit

Function visit_impl_item_fn

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