Trait oni_comb_parser_rs::prelude::CollectParser
source · pub trait CollectParser<'a>: ParserRunner<'a> {
// Required method
fn collect(self) -> Self::P<'a, Self::Input, &'a [Self::Input]>
where Self::Output: Debug + 'a;
}