[][src]Function syn::fold::fold_pat_path

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