wiwi::parser::stateless

Function spin

Source
pub fn spin<P, I, O, E>(parser: P) -> Spin<P, I, O, E>
where I: Clone + Input, P: Parser<I, O, E>,