Struct parity_crypto::error::SymmError[]

pub struct SymmError(_);

Trait Implementations

impl From<SymmError> for Error

Performs the conversion.

impl Debug for SymmError
[src]

Formats the value using the given formatter. Read more

impl Display for SymmError

Formats the value using the given formatter. Read more

impl Error for SymmError

This method is soft-deprecated. Read more

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

impl From<Unspecified> for SymmError
[src]

Performs the conversion.

impl From<SymmetricCipherError> for SymmError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for SymmError

impl Sync for SymmError