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

pub enum ApproEqError {
    LengthMismatch,
    NonNumDifference,
    DividedByZero,
}

Variants

Trait Implementations

impl Debug for ApproEqError
[src]

[src]

Formats the value using the given formatter.

impl Display for ApproEqError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for ApproEqError
[src]

[src]

A short description of the error. Read more

[src]

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