Enum array_bytes::Error
source · pub enum Error {
InvalidLength {
length: usize,
},
InvalidChar {
index: usize,
},
ParseIntError(ParseIntError),
}
Expand description
The main error of this crate.
pub enum Error {
InvalidLength {
length: usize,
},
InvalidChar {
index: usize,
},
ParseIntError(ParseIntError),
}
The main error of this crate.