Enum embedded_nrf24l01::Error [] [src]

pub enum Error<SPIE: Debug> {
    SpiError(SPIE),
}

Variants

Trait Implementations

impl<SPIE: Debug + Debug> Debug for Error<SPIE>
[src]

[src]

Formats the value using the given formatter. Read more

impl<SPIE: Debug> From<SPIE> for Error<SPIE>
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl<SPIE> Send for Error<SPIE> where
    SPIE: Send

impl<SPIE> Sync for Error<SPIE> where
    SPIE: Sync