Function easy_shortcuts::lines [] [src]

pub fn lines<R: Read>(f: R) -> LineIter<R>

iterate over all lines from a readable. The iterator is over String (will quit if there is an i/o error)