[][src]Function syn::visit::visit_use_tree

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