Searched defs:GetByteError (Results 1 – 1 of 1) sorted by relevance
39 pub(crate) enum GetByteError { enum43 impl fmt::Display for GetByteError { implementation270 fn get_byte(&mut self) -> Result<u8, GetByteError> { in get_byte() argument276 fn move_to_next_byte(&mut self) -> Result<(), GetByteError> { in move_to_next_byte() argument