syn::fold

Function fold_local

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