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