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.RawDirect supertypes
Indirect supertypes
Predicates
| getBound | Gets the |
| getNumberOfBounds | Gets the number of bounds of this type bound list. |
| toString |