pub trait Peekable<O> {
    fn peek_next(&self) -> Option<O>;
}

Required Methods§

Implementors§