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]
impl SliceWord for Wordish[src]
fn slice_word(s: &str) -> Option<usize>
If s starts with a word, how long is it?