pub trait ThreadKind: SealedThreadKind { }Expand description
The allowed values in ClassType::ThreadKind.
One of dyn AnyThread or dyn MainThreadOnly.
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.