Struct fernet::DecryptionError [] [src]

pub struct DecryptionError;

This error is returned when fernet cannot decrypt the ciphertext for any reason.

Trait Implementations

impl Debug for DecryptionError
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for DecryptionError
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for DecryptionError
[src]

Auto Trait Implementations