Struct scan_rules::scanner::Line
[−]
[src]
pub struct Line<'a, Output = &'a str>(_);
Scans everything up to the end of the current line, or the end of the input, whichever comes first. The scanned result does not include the line terminator.
Note that this is effectively equivalent to the Everything
matcher when used with readln!
.