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.
width
S
See: max_width.
max_width