pub fn unpack_array_iter<I, V, C>(
iter: I,
) -> Result<(usize, C), <V as Unpackable>::Error>Expand description
Unpacks an array from the iterator, returning a collectable type and the amount of read bytes.
pub fn unpack_array_iter<I, V, C>(
iter: I,
) -> Result<(usize, C), <V as Unpackable>::Error>Unpacks an array from the iterator, returning a collectable type and the amount of read bytes.