Trait LapinAsyncIoExt

Source
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§

Source

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

👎Deprecated: use async-reactor-trait directly instead

Provided Methods§

Source

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

👎Deprecated: use async-reactor-trait directly instead

Implementations on Foreign Types§

Source§

impl LapinAsyncIoExt for ConnectionProperties

Source§

fn with_async_io_reactor(self) -> Self

👎Deprecated: use async-reactor-trait directly instead

Implementors§