Function monero_wallet::io::read_array

source ยท
pub fn read_array<R, T, F, const N: usize>(
    f: F,
    r: &mut R,
) -> Result<[T; N], Error>
where R: Read, T: Debug, F: Fn(&mut R) -> Result<T, Error>,
Expand description

Read a constant-length list of elements.