Function brotli::enc::encode::BrotliEncoderTakeOutput [] [src]

Important traits for &'a mut [u8]
pub fn BrotliEncoderTakeOutput<'a, AllocU8: Allocator<u8>, AllocU16: Allocator<u16>, AllocU32: Allocator<u32>, AllocI32: Allocator<i32>, AllocCommand: Allocator<Command>>(
    s: &'a mut BrotliEncoderStateStruct<AllocU8, AllocU16, AllocU32, AllocI32, AllocCommand>,
    size: &mut usize
) -> &'a [u8]