Enum qik::QikError [] [src]

pub enum QikError {
    SerialErr(Error),
    GpioErr(Error),
    IoErr(Error),
}

Variants

Trait Implementations

impl Debug for QikError
[src]

Formats the value using the given formatter.

impl From<Error> for QikError
[src]

Performs the conversion.

impl From<Error> for QikError
[src]

Performs the conversion.

impl From<Error> for QikError
[src]

Performs the conversion.