pub fn extract_indicator(input: &[u8]) -> IResult<&[u8], Indicator>
Expand description
Extracts and validates a single indicator from a byte array using nom combinators and functions returning an indicator.
This will error if its not able to extract an indicator.