Struct stream_cipher::InvalidKeyNonceLength[][src]

pub struct InvalidKeyNonceLength;

Error which notifies that key or/and nonce used in stream cipher initialization had an invalid length.

Trait Implementations

impl Copy for InvalidKeyNonceLength
[src]

impl Clone for InvalidKeyNonceLength
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InvalidKeyNonceLength
[src]

Formats the value using the given formatter. Read more

impl Display for InvalidKeyNonceLength
[src]

Formats the value using the given formatter. Read more

impl Error for InvalidKeyNonceLength
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations