codeql/rust-all
0.1.11
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
This module provides the public class Param.
Param
import codeql.rust.elements.Param
This module provides the public class ParamBase.
ParamBase
This module provides the public class Pat.
Pat
A parameter in a function or method. For example x in: rust fn new(x: T) -> Foo<T> { // ... }
x
rust fn new(x: T) -> Foo<T> { // ... }