[][src]Function syn::visit::visit_use_path

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