Function scan_rules::scanner::min_width_a [] [src]

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.

See: min_width.