Enum pairing::PrimeFieldDecodingError [] [src]

pub enum PrimeFieldDecodingError {
    NotInField(String),
}

An error that may occur when trying to interpret a PrimeFieldRepr as a PrimeField element.

Variants

The encoded value is not in the field

Trait Implementations

impl Debug for PrimeFieldDecodingError
[src]

[src]

Formats the value using the given formatter.

impl Error for PrimeFieldDecodingError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

impl Display for PrimeFieldDecodingError
[src]

[src]

Formats the value using the given formatter. Read more