Struct scan_rules::scanner::Everything
[−]
[src]
pub struct Everything<'a, Output = &'a str>(_);
Scans all remaining input into a string.
In most cases, you should use the .. name
tail capture term to perform this task. This scanner is provided as a way to do this in contexts where tail capture is not valid (because it normally wouldn't make any sense).