[][src]Trait goods::Spawn

pub trait Spawn: Debug {
    fn spawn(&self, future: BoxFuture<'static, ()>) -> Result<(), SpawnError>;
}

Required methods

fn spawn(&self, future: BoxFuture<'static, ()>) -> Result<(), SpawnError>

Loading content...

Implementors

Loading content...