Struct cfb_mode::InvalidKeyIvLength[][src]

pub struct InvalidKeyIvLength;

Error type used to indicate invalid length of key or IV.

Trait Implementations

impl Copy for InvalidKeyIvLength
[src]

impl Clone for InvalidKeyIvLength
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InvalidKeyIvLength
[src]

Formats the value using the given formatter. Read more

impl Display for InvalidKeyIvLength
[src]

Formats the value using the given formatter. Read more

impl Error for InvalidKeyIvLength
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations