[][src]Trait async_amqp::LapinAsyncStdExt

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

Required methods

fn with_async_std_executor(self) -> Self where
    Self: Sized

fn with_async_std_reactor(self) -> Self where
    Self: Sized

Loading content...

Provided methods

fn with_async_std(self) -> Self where
    Self: Sized

Loading content...

Implementations on Foreign Types

impl LapinAsyncStdExt for ConnectionProperties[src]

Loading content...

Implementors

Loading content...