pub struct SendAlloc<ReturnValue: Send + 'static, ExtraInput: Send + 'static, Alloc: BrotliAlloc + Send + 'static, Join: Joinable<ReturnValue, BrotliEncoderThreadError>>(pub InternalSendAlloc<ReturnValue, ExtraInput, Alloc, Join>)
where
<Alloc as Allocator<u8>>::AllocatedMemory: Send;
Tuple Fields§
§0: InternalSendAlloc<ReturnValue, ExtraInput, Alloc, Join>