pub trait HasNext { // Required method fn has_next(&self) -> bool; }
Returns true if an item can be read from the stream with Iterator::next.
true
Iterator::next