Enum scan_rules::input::Wordish [] [src]

pub enum Wordish {}

Treat any contiguous sequence of "word" characters (according to Unicode's definition of the \w regular expression class) or any other single character as a word.

Trait Implementations

impl Debug for Wordish
[src]

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

Formats the value using the given formatter.

impl SliceWord for Wordish
[src]

fn slice_word(s: &str) -> Option<usize>

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