Function monero_io::read_bytes

source ยท
pub fn read_bytes<R: Read, const N: usize>(r: &mut R) -> Result<[u8; N]>
Expand description

Read a constant amount of bytes.