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

Class Raw::TypeBoundList

INTERNAL: Do not use. A list of type bounds.

For example:

fn foo<T: Debug + Clone>(t: T) {}
//        ^^^^^^^^^^^^^

Import path

import codeql.rust.elements.internal.generated.Raw

Direct supertypes

Indirect supertypes

Predicates

getBound

Gets the indexth bound of this type bound list (0-based).

getNumberOfBounds

Gets the number of bounds of this type bound list.

toString