Enum scan_rules::input::IgnoreSpace [] [src]

pub enum IgnoreSpace {}

Ignores all whitespace entirely.

Trait Implementations

impl Debug for IgnoreSpace
[src]

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

Formats the value using the given formatter.

impl SkipSpace for IgnoreSpace
[src]

fn match_spaces(a: &str, b: &str) -> Result<(usize, usize)usize>

Given two strings, does the leading whitespace match? Read more

fn skip_space(s: &str) -> usize

Return the number of bytes of leading whitespace in a that should be skipped.