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

Provided methods

Implementations on Foreign Types

Implementors