Trait lapin::executor::Executor[][src]

pub trait Executor: Debug + Send + Sync {
    fn spawn(&self, f: Pin<Box<dyn Future<Output = ()> + Send>>) -> Result<()>;
}

Required methods

Implementations on Foreign Types

Implementors