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

Module Impl

INTERNAL: This module contains the customizable definition of TypeRepr and should not be referenced directly.

Import path

import codeql.rust.elements.internal.TypeReprImpl

Classes

TypeRepr

The base class for type references. rust let x: i32; let y: Vec<i32>; let z: Option<i32>;