Searched defs:ChoiceParser (Results 1 – 1 of 1) sorted by relevance
70 pub trait ChoiceParser<Input: Stream> { interface99 impl<'a, Input, P> ChoiceParser<Input> for &'a mut P impl234 impl<Input, Output $(,$id)+> ChoiceParser<Input> for ($($id,)+) impl308 impl<Input, P> ChoiceParser<Input> for [P; $t] impl472 impl<Input, O, P> ChoiceParser<Input> for [P] impl