codeql/rust-all
0.2.7
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
INTERNAL: This module contains the customizable definition of TypeRepr and should not be referenced directly.
TypeRepr
import codeql.rust.elements.internal.TypeReprImpl
The base class for type references. rust let x: i32; let y: Vec<i32>; let z: Option<i32>;
rust let x: i32; let y: Vec<i32>; let z: Option<i32>;