Function scan_rules::scanner::exact_width_a [] [src]

pub fn exact_width_a<S>(width: usize) -> ExactWidth<ScanA<S>>

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

See: exact_width.