Trait amethyst::ecs::shred::SetupHandler [−]
A setup handler performing the fetching of T.
Required Methods
Implementations on Foreign Types
impl<P> SetupHandler<Hierarchy<P>> for HierarchySetupHandler<P> where
P: Component + Send + Sync + 'static,
<P as Component>::Storage: Tracked,
impl<P> SetupHandler<Hierarchy<P>> for HierarchySetupHandler<P> where
P: Component + Send + Sync + 'static,
<P as Component>::Storage: Tracked, Implementors
impl<T> SetupHandler<T> for PanicHandler where
T: Resource,impl<T> SetupHandler<T> for DefaultProvider where
T: Default + Resource,