Function syn::fold::fold_local_init

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