pub fn decode_into_vec<T: Decode, R: Read>( reader: &mut R, len: usize, ) -> Result<Vec<T>>
Decodes into a vector given preset length