Trait RadioErrorType

Source
pub trait RadioErrorType {
    type Error;
}
Expand description

A trait to alias hardware related errors about the radio.

Required Associated Types§

Implementors§

Source§

impl<SPI, DO, DELAY> RadioErrorType for RF24<SPI, DO, DELAY>
where SPI: SpiDevice, DO: OutputPin, DELAY: DelayNs,