Function abnf_core::streaming::char

source ·
pub fn char<I, E>(input: I) -> IResult<I, char, E>where
    I: InputLength + InputIter + Slice<RangeFrom<usize>> + Clone,
    <I as InputIter>::Item: AsChar,
    E: ParseError<I>,
Expand description

CHAR = %x01-7F ; any 7-bit US-ASCII character, excluding NUL