Function syn::fold::fold_item_trait

source ยท
pub fn fold_item_trait<F>(f: &mut F, node: ItemTrait) -> ItemTrait
where F: Fold + ?Sized,
Available on crate features fold and full only.