Enum scan_rules::input::NonSpace [] [src]

pub enum NonSpace {}

Treat any contiguous sequence of non-space characters (according to Unicode's definition of the \s regular expression class) as a word.

Trait Implementations

impl Debug for NonSpace
[src]

Formats the value using the given formatter.

impl SliceWord for NonSpace
[src]

If s starts with a word, how long is it?