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<IOError> + Error,
I: ByteFormat<Error = E>,
Expand description
Convenience function for reading a prefixed vector