Enum scan_rules::input::IgnoreNonLine [] [src]

pub enum IgnoreNonLine {}

Ignores all whitespace other than line breaks.

Trait Implementations

impl Debug for IgnoreNonLine
[src]

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

Formats the value using the given formatter.

impl SkipSpace for IgnoreNonLine
[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.