syn::fold

Function fold_derive_input

Source
pub fn fold_derive_input<F>(f: &mut F, node: DeriveInput) -> DeriveInput
where F: Fold + ?Sized,
Available on crate features fold and derive only.