[][src]Trait async_lapin::LapinAsyncIoExt

pub trait LapinAsyncIoExt {
    pub fn with_async_io_reactor(
        self,
        executor: impl Executor + 'static
    ) -> Self
    where
        Self: Sized
; pub fn with_async_io(self, executor: impl Executor + 'static) -> Self
    where
        Self: Sized
, { ... } }

Required methods

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

Loading content...

Provided methods

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

Loading content...

Implementations on Foreign Types

impl LapinAsyncIoExt for ConnectionProperties[src]

Loading content...

Implementors

Loading content...