Function monero_wallet::io::read_byte

source ยท
pub fn read_byte<R>(r: &mut R) -> Result<u8, Error>
where R: Read,
Expand description

Read a single byte.