Struct rusty_peg::util::Whitespace [] [src]

pub struct Whitespace;

Trait Implementations

impl Debug for Whitespace
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl<'input, G> Symbol<'input, G> for Whitespace
[src]

type Output = ()

fn pretty_print(&self) -> String

fn 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>