pub(crate) fn ascii_char<const CHAR: u8>( input: &[u8], ) -> Option<ParsedItem<'_, ()>>
Consume exactly one of the provided ASCII characters.