Enum powersoftau::DeserializationError [] [src]

pub enum DeserializationError {
    IoError(Error),
    DecodingError(GroupDecodingError),
    PointAtInfinity,
}

Errors that might occur during deserialization.

Variants

Trait Implementations

impl Debug for DeserializationError
[src]

[src]

Formats the value using the given formatter.

impl Display for DeserializationError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Error> for DeserializationError
[src]

[src]

Performs the conversion.

impl From<GroupDecodingError> for DeserializationError
[src]

[src]

Performs the conversion.