Function syn::fold::fold_data_struct

source ยท
pub fn fold_data_struct<F>(f: &mut F, node: DataStruct) -> DataStruct
where F: Fold + ?Sized,
Available on crate features fold and derive only.