Enum scan_rules::input::ExactSpace [] [src]

pub enum ExactSpace {}

Matches all whitespace exactly, and does not skip any.

Trait Implementations

impl Debug for ExactSpace
[src]

Formats the value using the given formatter.

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