LapinAsyncStdExt

Trait LapinAsyncStdExt 

Source
pub trait LapinAsyncStdExt {
    // Required methods
    fn with_async_std_executor(self) -> Self
       where Self: Sized;
    fn with_async_std_reactor(self) -> Self
       where Self: Sized;

    // Provided method
    fn with_async_std(self) -> Self
       where Self: Sized { ... }
}
๐Ÿ‘ŽDeprecated: use async-executor-trait and async-reactor-trait directly instead

Required Methodsยง

Source

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

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

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

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

Provided Methodsยง

Source

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

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

Implementations on Foreign Typesยง

Sourceยง

impl LapinAsyncStdExt for ConnectionProperties

Sourceยง

fn with_async_std_executor(self) -> Self

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

fn with_async_std_reactor(self) -> Self

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

Implementorsยง