Function syn::fold::fold_data

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