Function brotli::enc::encode::BrotliEncoderSetCustomDictionaryWithOptionalPrecomputedHasher[][src]

pub fn BrotliEncoderSetCustomDictionaryWithOptionalPrecomputedHasher<Alloc: BrotliAlloc>(
    s: &mut BrotliEncoderStateStruct<Alloc>,
    size: usize,
    dict: &[u8],
    opt_hasher: UnionHasher<Alloc>
)