Function brotli_decompressor::decode::ReadContextModes
source ยท pub fn ReadContextModes<AllocU8: Allocator<u8>, AllocU32: Allocator<u32>, AllocHC: Allocator<HuffmanCode>>(
s: &mut BrotliState<AllocU8, AllocU32, AllocHC>,
input: &[u8],
) -> BrotliDecoderErrorCode