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