Trait brotli::enc::threading::Joinable[][src]

pub trait Joinable<T: Send + 'static, U: Send + 'static>: Sized {
    fn join(self) -> Result<T, U>;
}

Required methods

Implementors