LapinSmolExt

Trait LapinSmolExt 

Source
pub trait LapinSmolExt {
    // Required methods
    fn with_smol_executor(self) -> Self
       where Self: Sized;
    fn with_smol_reactor(self) -> Self
       where Self: Sized;

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

Required Methodsยง

Source

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

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

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

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

Provided Methodsยง

Source

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

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

Implementations on Foreign Typesยง

Sourceยง

impl LapinSmolExt for ConnectionProperties

Sourceยง

fn with_smol_executor(self) -> Self

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

fn with_smol_reactor(self) -> Self

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

Implementorsยง