Function bilgi::helpers::helpers::read_lines[][src]

pub fn read_lines<P: ?Sized>(file: &P) -> Result<Lines<BufReader<File>>> where
    P: AsRef<Path>,