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

Module Impl

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

Import path

import codeql.rust.elements.internal.GenericArgListImpl

Classes

GenericArgList

The base class for generic arguments. rust x.foo::<u32, u64>(42);