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