Function syn::fold::fold_local

source ·
pub fn fold_local<F>(f: &mut F, node: Local) -> Localwhere
    F: Fold + ?Sized,
Available on crate feature fold only.