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

Module Impl

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

Import path

import codeql.rust.elements.internal.ParamImpl

Classes

Param

A parameter in a function or method. For example x in: rust fn new(x: T) -> Foo<T> { // ... }