Function syn::fold::fold_impl_restriction

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