Function monero_io::read_raw_vec

source ยท
pub fn read_raw_vec<R: Read, T, F: Fn(&mut R) -> Result<T>>(
    f: F,
    len: usize,
    r: &mut R,
) -> Result<Vec<T>>
Expand description

Read a variable-length list of elements, without length-prefixing.