Function syn::fold::fold_impl_item_type

source ·
pub fn fold_impl_item_type<F>(f: &mut F, node: ImplItemType) -> ImplItemTypewhere
    F: Fold + ?Sized,
Available on crate feature fold only.