Function scan_rules::scanner::max_width_a
[−]
[src]
pub fn max_width_a<S>(width: usize) -> MaxWidth<ScanA<S>>
Creates a runtime scanner that forces at most width bytes to be consumed by the static scanner S.
See: max_width.