Function monero_wallet::io::write_byte
source ยท pub fn write_byte<W>(byte: &u8, w: &mut W) -> Result<(), Error>where
W: Write,
Expand description
Write a byte.
This is used as a building block within generic functions.
pub fn write_byte<W>(byte: &u8, w: &mut W) -> Result<(), Error>where
W: Write,
Write a byte.
This is used as a building block within generic functions.