[][src]Function parse_list::from_file_lines

pub fn from_file_lines<T>(
    p: &Path
) -> Result<ParseListIterator<T, Filter<Lines<BufReader<File>>, fn(_: &Result<String, Error>) -> bool>>, Error> where
    T: FromStr,
    T::Err: Error + Send + Sync + 'static,