Function brotli::BrotliDecompress [] [src]

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