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ยง
fn with_async_std_executor(self) -> Selfwhere
Self: Sized,
๐Deprecated: use async-executor-trait directly instead
fn with_async_std_reactor(self) -> Selfwhere
Self: Sized,
๐Deprecated: use async-reactor-trait directly instead
Provided Methodsยง
fn with_async_std(self) -> Selfwhere
Self: Sized,
๐Deprecated: use async-executor-trait and async-reactor-trait directly instead
Implementations on Foreign Typesยง
Sourceยงimpl LapinAsyncStdExt for ConnectionProperties
impl LapinAsyncStdExt for ConnectionProperties
Sourceยงfn with_async_std_executor(self) -> Self
fn with_async_std_executor(self) -> Self
๐Deprecated: use async-executor-trait directly instead
Sourceยงfn with_async_std_reactor(self) -> Self
fn with_async_std_reactor(self) -> Self
๐Deprecated: use async-reactor-trait directly instead