Trait async_lapin::LapinAsyncIoExt
source · [−]pub trait LapinAsyncIoExt {
fn with_async_io_reactor(self, executor: impl Executor + 'static) -> Self
where
Self: Sized;
fn with_async_io(self, executor: impl Executor + 'static) -> Self
where
Self: Sized,
{ ... }
}