Enum afe4400::Error[][src]

pub enum Error<E: Debug> {
    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: Debug + Debug> Debug for Error<E>
[src]

Formats the value using the given formatter. Read more

impl<E: Debug> From<E> for Error<E>
[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