pub trait LapinTokioExt {
    fn with_tokio_executor(self) -> Self
    where
        Self: Sized
;
fn with_tokio_reactor(self) -> Self
    where
        Self: Sized
; fn with_tokio(self) -> Self
    where
        Self: Sized
, { ... } }
👎 Deprecated:

use tokio-executor-trait and tokio-reactor-trait directly instead

Required methods

👎 Deprecated:

use tokio-executor-trait directly instead

👎 Deprecated:

use tokio-reactor-trait directly instead

Provided methods

👎 Deprecated:

use tokio-executor-trait and tokio-reactor-trait directly instead

Implementations on Foreign Types

👎 Deprecated:

use tokio-executor-trait directly instead

👎 Deprecated:

use tokio-reactor-trait directly instead

Implementors