Trait eventuals::Joinable[][src]

pub trait Joinable {
    type Output;
    fn join(self) -> Eventual<Self::Output>;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors