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()
.
pub fn silent<Input, P>(p: P) -> Silent<P> where
P: Parser<Input>,
Input: Stream,
Equivalent to p.silent()
.