Struct assets::AssetErrorSystem [] [src]

pub struct AssetErrorSystem<A, L, E> where
    A: Asset,
    A::Data: AssetFormat<Input = L::Output>,
    L: Loader,
    L::Path: Debug,
    E: Executor<BoxFuture<(), ()>>, 
{ /* fields omitted */ }

Methods

impl<A, L, E> AssetErrorSystem<A, L, E> where
    A: Asset,
    A::Data: AssetFormat<Input = L::Output>,
    L: Loader,
    L::Path: Debug,
    E: Executor<BoxFuture<(), ()>>, 
[src]

[src]

[src]

Trait Implementations

impl<'a, A, L, E> System<'a> for AssetErrorSystem<A, L, E> where
    A: Asset,
    A::Data: AssetFormat<Input = L::Output>,
    L: Loader,
    L::Path: Debug,
    E: 'static + Executor<BoxFuture<(), ()>>, 
[src]

The resource bundle required to execute this system. Read more

[src]

Executes the system with the required system data. Read more

Returns a hint how long the system needs for running. This is used to optimize the way they're executed (might allow more parallelization). Read more