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.RawDirect supertypes
Indirect supertypes
Predicates
| getNumberOfUseTrees | Gets the number of use trees of this use tree list. |
| getUseTree | Gets the |
| toString |