[−][src]Function brotli::enc::encode::BrotliEncoderSetCustomDictionaryWithOptionalPrecomputedHasher
pub fn BrotliEncoderSetCustomDictionaryWithOptionalPrecomputedHasher<Alloc: BrotliAlloc>(
s: &mut BrotliEncoderStateStruct<Alloc>,
size: usize,
dict: &[u8],
opt_hasher: UnionHasher<Alloc>
)