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

pub trait Executor: Debug + Send + Sync {
    fn execute(&self, f: Box<dyn FnOnce() + Send>) -> Result<()>;
}

Required methods

fn execute(&self, f: Box<dyn FnOnce() + Send>) -> Result<()>

Loading content...

Implementors

impl Executor for DefaultExecutor[src]

Loading content...