pub trait ErrorHw { type Error; }
Provides access to a shared error type.
Drivers rely on this trait to provide a single Error type that supports From conversions from all the hardware-specific error types.