[][src]Function parse_list::from_bufread_lines

Important traits for ParseListIterator<T, I>
pub fn from_bufread_lines<T, B>(
    b: B
) -> ParseListIterator<T, Filter<Lines<B>, fn(_: &Result<String, Error>) -> bool>> where
    T: FromStr,
    T::Err: Error + Send + Sync + 'static,
    B: BufRead