pub struct MainWorld { /* private fields */ }Expand description
The world as seen by an application’s main thread.
Trait Implementations§
Source§impl ThreadAccess for MainWorld
impl ThreadAccess for MainWorld
Source§type World = ThreadWorld
type World = ThreadWorld
World type used in the spawned thread.