Enum finite_fields::error::OverflowError [] [src]

pub enum OverflowError {
    Default {
        arg1: String,
        arg2: String,
    },
}

Variants

Arithmetic overflow..

Fields of Default

Trait Implementations

impl Debug for OverflowError
[src]

Formats the value using the given formatter.

impl Display for OverflowError
[src]

Formats the value using the given formatter.

impl Error for OverflowError
[src]

A short description of the error. Read more

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