#[non_exhaustive] #[derive(Debug)] pub enum Error { InvalidIntEncoding, UnexpectedEnd, }