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

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