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

Class Raw::WhereClause

INTERNAL: Do not use. A where clause in a generic declaration.

For example:

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

Import path

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

Direct supertypes

Indirect supertypes

Predicates

getNumberOfPredicates

Gets the number of predicates of this where clause.

getPredicate

Gets the indexth predicate of this where clause (0-based).

toString