Expand description
Type-level enum representing whether a
DynTrait
/RObject
/#[sabi_trait]
-generated trait object
can be converted back into the concrete type they were constructed with.
Structs§
- TD_
CanDowncast - Passed to trait object constructors to make the
trait object downcast capable,
as opposed to
TD_Opaque
. - TD_
Opaque - Passed to trait object constructors to make it impossible to downcast the
trait object,
as opposed to
TD_CanDowncast
.
Traits§
- GetUTID
- Gets a function optionally returning the
UTypeId
ofT
.