brotli_decompressor

Function BrotliDecoderHasMoreOutput

source
pub fn BrotliDecoderHasMoreOutput<AllocU8: Allocator<u8>, AllocU32: Allocator<u32>, AllocHC: Allocator<HuffmanCode>>(
    s: &BrotliState<AllocU8, AllocU32, AllocHC>,
) -> bool