Enum afe4400::Error [] [src]

pub enum Error<E> {
    SelfCheckFail,
    Other(E),
}

Possible AFE4400 errors.

Currently, this is simply failing the self-check or passing forward a communication error.

Variants

Trait Implementations

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