[][src]Function syn::visit::visit_use_glob

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