Function syn::fold::fold_pat_path

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