Trait oni_comb_parser_rs::prelude::CollectParsers
source · pub trait CollectParsers: Parsers {
// Required method
fn collect<'a, I, A>(parser: Self::P<'a, I, A>) -> Self::P<'a, I, &'a [I]>
where A: Debug + 'a;
}Required Methods§
fn collect<'a, I, A>(parser: Self::P<'a, I, A>) -> Self::P<'a, I, &'a [I]>where
A: Debug + 'a,
Object Safety§
This trait is not object safe.