Trait shred::SetupHandler [] [src]

pub trait SetupHandler<T>: Sized {
    fn setup(res: &mut Resources);
}

A setup handler performing the fetching of T.

Required Methods

Sets up Resources for fetching T.

Implementors