Class Raw::DynTraitTypeRepr
INTERNAL: Do not use. A dynamic trait object type.
For example:
let x: &dyn Debug;
// ^^^^^^^^^
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Indirect supertypes
Predicates
| getTypeBoundList | Gets the type bound list of this dyn trait type representation, if it exists. |
| toString |