pub type Result<T, E> = Result<T, Error<E>>;
A specialized Result type that provides device communication error information.
Result