[][src]Type Definition compu_brotli_sys::BrotliEncoderState

type BrotliEncoderState = BrotliEncoderStateStruct;

Opaque structure that holds encoder state.

Allocated and initialized with ::BrotliEncoderCreateInstance. Cleaned up and deallocated with ::BrotliEncoderDestroyInstance.