Function syn::fold::fold_label

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