Crate overflow_error[][src]

Common overflow error types.

Structs

DivByZero

Division could not be performed due to division by zero.

Overflowed

Operation was performed and overflowed or underflowed.

WouldOverflow

Operation was not performed, as it would result in overflow or underflow.

Enums

CannotDiv

Division could not be performed; either DivByZero or WouldOverflow.

Traits

Error

A discrete error with a known description.