Trait LapinAsyncGlobalExecutorExt

Source
pub trait LapinAsyncGlobalExecutorExt {
    // Required methods
    fn with_async_global_executor(self) -> Self
       where Self: Sized;
    fn with_async_io(self) -> Self
       where Self: Sized;
}
๐Ÿ‘ŽDeprecated: use async-global-executor-trait directly instead

Required Methodsยง

Source

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

๐Ÿ‘ŽDeprecated: use async-global-executor-trait directly instead
Source

fn with_async_io(self) -> Self
where Self: Sized,

๐Ÿ‘ŽDeprecated: use async-reactor-trait directly instead

Implementations on Foreign Typesยง

Sourceยง

impl LapinAsyncGlobalExecutorExt for ConnectionProperties

Sourceยง

fn with_async_global_executor(self) -> Self

๐Ÿ‘ŽDeprecated: use async-global-executor-trait directly instead
Sourceยง

fn with_async_io(self) -> Self

๐Ÿ‘ŽDeprecated: use async-reactor-trait directly instead

Implementorsยง