Struct specs_hierarchy::HierarchySetupHandler [] [src]

pub struct HierarchySetupHandler<P> { /* fields omitted */ }

Specs SetupHandler for the Hierarchy resource.

Trait Implementations

impl<P> SetupHandler<Hierarchy<P>> for HierarchySetupHandler<P> where
    P: Component + Send + Sync + 'static,
    P::Storage: Tracked
[src]

[src]

Sets up Resources for fetching T.

Auto Trait Implementations

impl<P> Send for HierarchySetupHandler<P> where
    P: Send

impl<P> Sync for HierarchySetupHandler<P> where
    P: Sync