Trait specs_bundler::SpecsBundle [] [src]

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

Associated Types

Required Methods

Implementors