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

pub fn BrotliEncoderCreateInstance<AllocU8: Allocator<u8>, AllocU16: Allocator<u16>, AllocU32: Allocator<u32>, AllocI32: Allocator<i32>, AllocCommand: Allocator<Command>>(
    m8: AllocU8,
    m16: AllocU16,
    mi32: AllocI32,
    m32: AllocU32,
    mc: AllocCommand
) -> BrotliEncoderStateStruct<AllocU8, AllocU16, AllocU32, AllocI32, AllocCommand>