1 2 3 4 5
#[derive(Debug, Fail)] pub enum SerializationError { #[fail(display = "Parsing VarUInt further would overflow the maximum number of iterations")] VarUIntOverflow, }