Trait embedded_hal_nb::spi::ErrorType
source · pub trait ErrorType {
type Error: Error;
}
Expand description
SPI error type trait.
This just defines the error type, to be used by the other SPI traits.
pub trait ErrorType {
type Error: Error;
}
SPI error type trait.
This just defines the error type, to be used by the other SPI traits.