Trait specs_bundler::SpecsBundle [] [src]

pub trait SpecsBundle<'a, 'b> {
    type Args;
    fn build(
        _: &mut World,
        _: DispatcherBuilder<'a, 'b>,
        _: Self::Args
    ) -> Result<DispatcherBuilder<'a, 'b>>; }

Associated Types

Required Methods

Implementors