Function max_width_a

Source
pub fn max_width_a<S>(width: usize) -> MaxWidth<ScanA<S>>
Expand description

Creates a runtime scanner that forces at most width bytes to be consumed by the static scanner S.

See: max_width.