codeql/rust-all
0.2.18
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
INTERNAL: This module contains the customizable definition of BoxPat and should not be referenced directly.
BoxPat
import codeql.rust.elements.internal.BoxPatImpl
A box pattern. For example: rust match x { box Option::Some(y) => y, box Option::None => 0, };
rust match x { box Option::Some(y) => y, box Option::None => 0, };