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
ParseIntError(ParseIntError)