[][src]Function brotli_decompressor::io_wrappers::write_all

pub fn write_all<ErrType, OutputType>(
    w: &mut OutputType,
    buf: &[u8]
) -> Result<(), ErrType> where
    OutputType: CustomWrite<ErrType>,