Function scan_rules::scanner::min_width [] [src]

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

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.