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.
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.