pub fn token<const N: usize>( reader: &mut Reader<'_>, token: &[u8; N], ) -> Result<()>
Consume a known token from the reader.