Function syn::visit::visit_item_fn

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