CodeQL library for Rust
codeql/rust-all 0.2.5-dev (changelog, source)
Search

Module Generated

INTERNAL: This module contains the fully generated definition of Param and should not be referenced directly.

Import path

import codeql.rust.elements.internal.generated.Param

Classes

Param

A parameter in a function or method. For example x in: rust fn new(x: T) -> Foo<T> { // ... } INTERNAL: Do not reference the Generated::Param class directly. Use the subclass Param, where the following predicates are available.