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.RawDirect supertypes
Indirect supertypes
Predicates
| getNumberOfPredicates | Gets the number of predicates of this where clause. |
| getPredicate | Gets the |
| toString |