syn::visit

Function visit_item_trait

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