Trait oxygengine_core::ecs::shred::SetupHandler[][src]

pub trait SetupHandler<T> {
    fn setup(world: &mut World);
}
Expand description

A setup handler performing the fetching of T.

Required methods

Sets up World for fetching T.

Implementors