Struct rusty_peg::util::Empty
[−]
[src]
pub struct Empty;
pub struct Empty;
impl Debug for Empty[src]impl<'input, G> Symbol<'input, G> for Empty[src]type Output = ()fn pretty_print(&self) -> Stringfn parse(&self, _: &mut G, start: Input<'input>) -> ParseResult<'input, ()>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>