Struct orion::utilities::errors::ValidationCryptoError[][src]

pub struct ValidationCryptoError;

Error for a failed verification.

Trait Implementations

impl Debug for ValidationCryptoError
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ValidationCryptoError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for ValidationCryptoError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations