pub trait ErrorType { type Error: Error; }
SPI error type trait.
This just defines the error type, to be used by the other SPI traits.
Error type.