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

Required methods

Provided methods

Implementations on Foreign Types

Implementors