Trait abortable_parser::Peekable[][src]

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

Required Methods

Implementors