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

pub enum IgnoreSpace {}

Ignores all whitespace entirely.

Trait Implementations

impl Debug for IgnoreSpace
[src]

Formats the value using the given formatter.

impl SkipSpace for IgnoreSpace
[src]

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

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