syn::fold

Function 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.