Function read_string_lines

Source
pub fn read_string_lines<P>(filename: P) -> Result<Vec<String>>
where P: AsRef<Path>,