Function abnf_core::complete::octet

source ·
pub fn octet<E>(input: &[u8]) -> IResult<&[u8], u8, E>where
    for<'a> E: ParseError<&'a [u8]>,
Expand description

OCTET = %x00-FF ; 8 bits of data