[][src]Trait lapinou::LapinSmolExt

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

Required methods

pub fn with_smol_executor(self) -> Self where
    Self: Sized
[src]

pub fn with_smol_reactor(self) -> Self where
    Self: Sized
[src]

Loading content...

Provided methods

pub fn with_smol(self) -> Self where
    Self: Sized
[src]

Loading content...

Implementations on Foreign Types

impl LapinSmolExt for ConnectionProperties[src]

Loading content...

Implementors

Loading content...