Function syn::fold::fold_derive_input

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