Function min_width

Source
pub fn min_width<Then>(width: usize, then: Then) -> MinWidth<Then>
Expand description

Creates a runtime scanner that forces at least width bytes to be consumed.

This is done by verifying the inner scanner consumed at least width bytes.

See: min_width_a.