pub type Result<T> = Result<T, Error>;
The main result of array-bytes.
enum Result<T> { // some variants omitted }