Function syn::visit::visit_use_glob

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