pub trait LapinAsyncIoExt {
// Required method
fn with_async_io_reactor(self) -> Self
where Self: Sized;
// Provided method
fn with_async_io(self) -> Self
where Self: Sized { ... }
}
👎Deprecated: use async-reactor-trait directly instead
Required Methods§
fn with_async_io_reactor(self) -> Selfwhere
Self: Sized,
👎Deprecated: use async-reactor-trait directly instead
Provided Methods§
fn with_async_io(self) -> Selfwhere
Self: Sized,
👎Deprecated: use async-reactor-trait directly instead
Implementations on Foreign Types§
Source§impl LapinAsyncIoExt for ConnectionProperties
impl LapinAsyncIoExt for ConnectionProperties
Source§fn with_async_io_reactor(self) -> Self
fn with_async_io_reactor(self) -> Self
👎Deprecated: use async-reactor-trait directly instead