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

Module Impl

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

Import path

import codeql.rust.elements.internal.TuplePatImpl

Classes

TuplePat

A tuple pattern. For example: rust let (x, y) = (1, 2); let (a, b, .., z) = (1, 2, 3, 4, 5);