Skip to main content

write_bytes

Function write_bytes 

Source
pub fn write_bytes(
    stream: &mut dyn Write,
    value: u8,
    count: usize,
) -> EncodingResult<usize>
Expand description

Writes a series of identical bytes to the stream