Function syn::fold::fold_impl_restriction

source ยท
pub fn fold_impl_restriction<F>(
    f: &mut F,
    node: ImplRestriction,
) -> ImplRestriction
where F: Fold + ?Sized,