Skip to main content

write_bytes

Function write_bytes 

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

Writes a series of identical bytes to the stream