bincode/src/error.rs

7 lines
97 B
Rust

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