Enum ili9341::Error [] [src]

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

Variants

Trait Implementations

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

[src]

Formats the value using the given formatter.