Trait oak_runtime::stream::HasNext [] [src]

pub trait HasNext {
    fn has_next(&self) -> bool;
}

Returns true if an item can be read from the stream with Iterator::next.

Required Methods

Implementors