[][src]Trait async_lapin::LapinAsyncIoExt

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
, { ... } }

Required methods

fn with_async_io_reactor(self, executor: impl Executor + 'static) -> Self where
    Self: Sized

Loading content...

Provided methods

fn with_async_io(self, executor: impl Executor + 'static) -> Self where
    Self: Sized

Loading content...

Implementations on Foreign Types

impl LapinAsyncIoExt for ConnectionProperties[src]

Loading content...

Implementors

Loading content...