Struct rusty_peg::util::RegexNt
[−]
[src]
pub struct RegexNt {
// some fields omitted
}pub struct RegexNt {
// some fields omitted
}impl RegexNt[src]impl Debug for RegexNt[src]impl<'input, G> Symbol<'input, G> for RegexNt[src]type Output = &'input strfn pretty_print(&self) -> Stringfn parse(&self, _: &mut G, start: Input<'input>) -> ParseResult<'input, &'input str>fn parse_complete(&self, grammar: &mut G, text: &'input str) -> Result<Self::Output, Error<'input>>fn parse_prefix(&self, grammar: &mut G, text: &'input str) -> ParseResult<'input, Self::Output>