Function coins_core::ser::read_prefix_vec

source ยท
pub fn read_prefix_vec<R, E, I>(reader: &mut R) -> Result<Vec<I>, E>
where R: Read, E: From<SerError> + From<Error> + Error, I: ByteFormat<Error = E>,
Expand description

Convenience function for reading a prefixed vector