[][src]Trait tokio_amqp::LapinTokioExt

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

Required methods

fn with_tokio_executor(self, rt: Arc<Runtime>) -> Self where
    Self: Sized

Loading content...

Provided methods

fn with_tokio(self, rt: Arc<Runtime>) -> Self where
    Self: Sized

Loading content...

Implementations on Foreign Types

impl LapinTokioExt for ConnectionProperties[src]

Loading content...

Implementors

Loading content...