[][src]Function syn::visit::visit_use_group

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