[][src]Trait lapin_async_global_executor::LapinAsyncGlobalExecutorExt

pub trait LapinAsyncGlobalExecutorExt {
    fn with_async_global_executor_executor(self) -> Self
    where
        Self: Sized
;
fn with_async_global_executor_reactor(self) -> Self
    where
        Self: Sized
; fn with_async_global_executor(self) -> Self
    where
        Self: Sized
, { ... } }

Required methods

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

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

Loading content...

Provided methods

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

Loading content...

Implementations on Foreign Types

impl LapinAsyncGlobalExecutorExt for ConnectionProperties[src]

Loading content...

Implementors

Loading content...