pub trait LapinAsyncIoExt {
    fn with_async_io_reactor(self) -> Self
    where
        Self: Sized
; fn with_async_io(self) -> Self
    where
        Self: Sized
, { ... } }
👎 Deprecated:

use async-reactor-trait directly instead

Required methods

👎 Deprecated:

use async-reactor-trait directly instead

Provided methods

👎 Deprecated:

use async-reactor-trait directly instead

Implementations on Foreign Types

👎 Deprecated:

use async-reactor-trait directly instead

Implementors