[][src]Trait specs_bundler::Bundle

pub trait Bundle<'world, 'a, 'b> {
    type Error;
    fn bundle(
        self,
        _: Bundler<'world, 'a, 'b>
    ) -> Result<Bundler<'world, 'a, 'b>, Self::Error>; }

Associated Types

type Error

Loading content...

Required methods

fn bundle(
    self,
    _: Bundler<'world, 'a, 'b>
) -> Result<Bundler<'world, 'a, 'b>, Self::Error>

Loading content...

Implementors

Loading content...