pub fn min_width_a<S>(width: usize) -> MinWidth<ScanA<S>>
Creates a runtime scanner that forces at least width bytes to be consumed by the static scanner S.
width
S
See: min_width.
min_width