Struct std::io::LineIterator

struct LineIterator<R> { ... }

Iterator that reads the inner stream line by line.

An iterator over the lines of a buffered reader. The iterator maintains an internal heap-allocated buffer of the line's contents, which is reused between lines.

See also lines.

Fields

Methods

impl LineIterator<R> { ... }

Mixins

impl LineIterator<R> { ... }