Trait oni_comb_parser_rs::prelude::PeekParsers

source ·
pub trait PeekParsers: Parsers {
    // Required method
    fn peek<'a, I, A>(parser: Self::P<'a, I, A>) -> Self::P<'a, I, A>
       where A: Debug + 'a;
}

Required Methods§

source

fn peek<'a, I, A>(parser: Self::P<'a, I, A>) -> Self::P<'a, I, A>
where A: Debug + 'a,

Object Safety§

This trait is not object safe.

Implementors§