Enum enc28j60::Error [] [src]

pub enum Error<E> {
    LateCollision,
    Spi(E),
}

Error

Variants

Late collision

SPI error

Trait Implementations

impl<E: Debug> Debug for Error<E>
[src]

[src]

Formats the value using the given formatter. Read more

impl<E> From<E> for Error<E>
[src]

[src]

Performs the conversion.

Auto Trait Implementations

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

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