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

Module Param

This module provides the public class Param.

Import path

import codeql.rust.elements.Param

Imports

ParamBase

This module provides the public class ParamBase.

Pat

This module provides the public class Pat.

Aliases

Param

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