exact_width_a

Function exact_width_a 

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

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

See: exact_width.