Struct linefeed::memory::Lines

source ·
pub struct Lines<'a> { /* private fields */ }
Expand description

Iterator over lines in a MemoryTerminal buffer.

Note that while this value behaves as an iterator, it cannot implement the Iterator trait because its yielded values borrow self.

Implementations

Returns the next line in the buffer.

Returns the number of lines remaining in the iterator.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.