pub fn read_byte_after( reader: &mut impl Read, delimiter: impl Fn(u8) -> bool, ) -> Result<u8, Error>
Reading a byte after all delimiter bytes.