Home
last modified time | relevance | path

Searched defs:ChoiceParser (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/
Dchoice.rs70 pub trait ChoiceParser<Input: Stream> { interface
99 impl<'a, Input, P> ChoiceParser<Input> for &'a mut P impl
234 impl<Input, Output $(,$id)+> ChoiceParser<Input> for ($($id,)+) impl
308 impl<Input, P> ChoiceParser<Input> for [P; $t] impl
472 impl<Input, O, P> ChoiceParser<Input> for [P] impl