[go: up one dir, main page]

Function brotli::BrotliDecompress

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