[][src]Function melib::parsec::peek

pub fn peek<'a, P, A>(parser: P) -> impl Parser<'a, A> where
    P: Parser<'a, A>,