codeql/rust-all
0.2.5-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
INTERNAL: This module contains the customizable definition of Param and should not be referenced directly.
Param
import codeql.rust.elements.internal.ParamImpl
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> { // ... }