Function syn::fold::fold_label

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