codeql/rust-all
0.1.18-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
This module provides the public class BoxPat.
BoxPat
import codeql.rust.elements.BoxPat
This module provides the public class Pat.
Pat
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, };