Struct scan_rules::scanner::runtime::MinWidth
[−]
[src]
pub struct MinWidth<Then>(_, _);
Runtime scanner that forces at least width
bytes to be consumed.
See: min_width
, min_width_a
.