Function combine::parser::error::silent[][src]

pub fn silent<Input, P>(p: P) -> Silent<P> where
    P: Parser<Input>,
    Input: Stream
Expand description

Equivalent to p.silent().