syn::fold

Function fold_pat_path

source
pub fn fold_pat_path<F>(f: &mut F, node: PatPath) -> PatPath
where F: Fold + ?Sized,