pub trait SetupHandler<T>: Sized { fn setup(world: &mut World); }
A setup handler performing the fetching of T.
T
Sets up World for fetching T.
World