Function syn::visit::visit_use_path

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