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

pub trait AnyBoxConstructor {
    fn new(data: LowLevelThreadError) -> Self;
}

Required methods

fn new(data: LowLevelThreadError) -> Self

Loading content...

Implementors

impl AnyBoxConstructor for BrotliEncoderThreadError[src]

Loading content...