[][src]Function brotli_decompressor::BrotliDecompress

pub fn BrotliDecompress<InputType, OutputType>(
    r: &mut InputType,
    w: &mut OutputType
) -> Result<(), Error> where
    InputType: Read,
    OutputType: Write