Function monero_io::write_byte

source ยท
pub fn write_byte<W: Write>(byte: &u8, w: &mut W) -> Result<()>
Expand description

Write a byte.

This is used as a building block within generic functions.