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

Class Raw::UseTreeList

INTERNAL: Do not use. A list of use trees in a use declaration.

For example:

use std::{fs, io};
//       ^^^^^^^^

Import path

import codeql.rust.elements.internal.generated.Raw

Direct supertypes

Indirect supertypes

Predicates

getNumberOfUseTrees

Gets the number of use trees of this use tree list.

getUseTree

Gets the indexth use tree of this use tree list (0-based).

toString