fn tokenise_escape<I: Iterator<Item = char>>( stream: &mut I, ) -> Result<u8, Error>
Tokenise an escape sequence
If the string cannot be parsed.