Function min_width_a

Source
pub fn min_width_a<S>(width: usize) -> MinWidth<ScanA<S>>
Expand description

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

See: min_width.