pub trait Error: Debug { // Required method fn kind(&self) -> ErrorKind; }
SPI error.
Convert error to a generic SPI error kind.
By using this method, SPI errors freely defined by HAL implementations can be converted to a set of generic SPI errors upon which generic code can act.