Struct scan_rules::scanner::NonSpace
[−]
[src]
pub struct NonSpace<'a, Output = &'a str>(_);
Scans a sequence of non-space characters into a string.
This will not match an empty sequence; there must be at least one non-space character for the scan to succeed.