read_vec

Function read_vec 

Source
pub fn read_vec<T>(n: usize) -> Vec<T>
where T: ReadFrom,
Expand description

Unwrap the result of try_read_n.