wiwi::parser::stateful

Function void

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