[][src]Type Definition compu_brotli_sys::BrotliDecoderState

type BrotliDecoderState = BrotliDecoderStateStruct;

Opaque structure that holds decoder state.

Allocated and initialized with ::BrotliDecoderCreateInstance. Cleaned up and deallocated with ::BrotliDecoderDestroyInstance.