[][src]Function syn::visit::visit_pat_path

pub fn visit_pat_path<'ast, V: ?Sized>(v: &mut V, node: &'ast PatPath) where
    V: Visit<'ast>,