Enum appro_eq::ApproEqError0.1.0[][src]

pub enum ApproEqError {
    LengthMismatch,
    NonNumDifference,
    DividedByZero,
    Overflow,
    ComponentError(Box<Error>),
}

Variants

Trait Implementations

impl Debug for ApproEqError
[src]

Formats the value using the given formatter. Read more

impl Display for ApproEqError
[src]

Formats the value using the given formatter. Read more

impl Error for ApproEqError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl !Send for ApproEqError

impl !Sync for ApproEqError