pub unsafe trait ThreadAccess {
type World;
}Expand description
Marker trait to indicate a world that is allowed to spawn threads.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".