Function read_vec_from_file

Source
pub fn read_vec_from_file<T: DeserializeOwned>(filename: &str) -> Vec<T>