[][src]Trait lapinou::LapinSmolExt

pub trait LapinSmolExt {
    fn with_smol(self) -> Self
    where
        Self: Sized
;
fn with_smol_executor(self) -> Self
    where
        Self: Sized
;
fn with_smol_reactor(self) -> Self
    where
        Self: Sized
; }

Required methods

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

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

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

Loading content...

Implementations on Foreign Types

impl LapinSmolExt for ConnectionProperties[src]

Loading content...

Implementors

Loading content...