[−][src]Function brotli::BrotliDecompress
pub fn BrotliDecompress<InputType, OutputType>(
r: &mut InputType,
w: &mut OutputType
) -> Result<(), Error> where
InputType: Read,
OutputType: Write,
pub fn BrotliDecompress<InputType, OutputType>(
r: &mut InputType,
w: &mut OutputType
) -> Result<(), Error> where
InputType: Read,
OutputType: Write,