syn::gen::visit

Function visit_path

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