Trait SetupHandler
Other items inoxygengine_core::ecs::shred
pub trait SetupHandler<T> { fn setup(world: &mut World); }
A setup handler performing the fetching of T.
T
fn setup(world: &mut World)
Sets up World for fetching T.
World
impl<T> SetupHandler<T> for DefaultProvider where T: Default + Resource,
pub fn setup(world: &mut World)
impl<T> SetupHandler<T> for PanicHandler where T: Resource,
pub fn setup(&mut World)