WorldHandle

Type Alias WorldHandle 

Source
pub type WorldHandle = Rc<RefCell<World>>;
Expand description

TODO: Replace this with a more thought out executor abstraction.

Aliased Typeยง

pub struct WorldHandle { /* private fields */ }