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

Module Impl

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

Import path

import codeql.rust.elements.internal.LetExprImpl

Classes

LetExpr

A let expression. For example: rust if let Some(x) = maybe_some { println!("{}", x); }