wiwi::parser::stateless

Function void

Source
pub fn void<P, I, O, E>(parser: P) -> Void<P, I, O, E>
where I: Input, P: Parser<I, O, E>,