pub trait Joinable<R> {
    fn join(&mut self) -> Result<R>;
}

Required Methods

Implementors