syn::fold

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