Skip to main content

write_byte

Function write_byte 

Source
pub(crate) fn write_byte<W>(writer: W, byte: u8) -> Result<()>
where W: Write,