[][src]Trait lapin_async_global_executor::LapinAsyncGlobalExecutorExt

pub trait LapinAsyncGlobalExecutorExt {
    pub fn with_async_global_executor(self) -> Self
    where
        Self: Sized
;
pub fn with_async_io(self) -> Self
    where
        Self: Sized
; }

Required methods

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

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

Loading content...

Implementations on Foreign Types

impl LapinAsyncGlobalExecutorExt for ConnectionProperties[src]

Loading content...

Implementors

Loading content...