Function syn::visit::visit_pat_path

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