Function write_byte

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