[][src]Trait async_amqp::LapinAsyncStdExt

pub trait LapinAsyncStdExt {
    pub fn with_async_std_executor(self) -> Self
    where
        Self: Sized
;
pub fn with_async_std_reactor(self) -> Self
    where
        Self: Sized
; pub fn with_async_std(self) -> Self
    where
        Self: Sized
, { ... } }

Required methods

pub fn with_async_std_executor(self) -> Self where
    Self: Sized
[src]

pub fn with_async_std_reactor(self) -> Self where
    Self: Sized
[src]

Loading content...

Provided methods

pub fn with_async_std(self) -> Self where
    Self: Sized
[src]

Loading content...

Implementations on Foreign Types

impl LapinAsyncStdExt for ConnectionProperties[src]

Loading content...

Implementors

Loading content...