Enum array_bytes::Error [−][src]
pub enum Error {
InvalidLength {
length: usize,
},
InvalidCharBoundary {
index: usize,
},
ParseIntError(ParseIntError),
}
Expand description
The main error of crate array-bytes
Variants
Fields of InvalidLength
length: usize
Fields of InvalidCharBoundary
index: usize
ParseIntError(ParseIntError)