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

pub struct UnknownCryptoError;

Opaque error.

Trait Implementations

impl Debug for UnknownCryptoError
[src]

Formats the value using the given formatter. Read more

impl PartialEq for UnknownCryptoError
[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 UnknownCryptoError
[src]

Formats the value using the given formatter. Read more

impl From<Error> for UnknownCryptoError
[src]

Performs the conversion.

Auto Trait Implementations