Enum scan_rules::input::FuzzySpace [] [src]

pub enum FuzzySpace {}

Requires that whitespace in the pattern exists in the input, but the exact kind of space doesn't matter.

Trait Implementations

impl Debug for FuzzySpace
[src]

Formats the value using the given formatter.

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