CodeQL library for Rust
codeql/rust-all 0.1.13 (changelog, source)
Search

Module Generated

INTERNAL: This module contains the fully generated definition of UseTree and should not be referenced directly.

Import path

import codeql.rust.elements.internal.generated.UseTree

Classes

UseTree

A use tree, that is, the part after the use keyword in a use statement. For example: rust use std::collections::HashMap; use std::collections::*; use std::collections::HashMap as MyHashMap; use std::collections::{self, HashMap, HashSet}; INTERNAL: Do not reference the Generated::UseTree class directly. Use the subclass UseTree, where the following predicates are available.