INTERNAL: Do not use.
A parameter in a function or method. For example x in:
fn new(x: T) -> Foo<T> {
// ...
}
Import path
import codeql.rust.elements.internal.generated.RawIndirect supertypes
Inherited predicates
| getAttr | Gets the | from ParamBase |
| getNumberOfAttrs | Gets the number of attrs of this parameter base. | from ParamBase |
| getTypeRepr | Gets the type representation of this parameter base, if it exists. | from ParamBase |