pub unsafe trait HandleType { }
Expand description
A trait for types that can show up as the T
in Handle<T>
.
This trait is automatically synthesized for exported handles and typically shouldn’t be implemented manually.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.