Struct cipher::errors::InvalidLength
source · pub struct InvalidLength;
Expand description
The error type returned when key and/or nonce used in stream cipher initialization had an invalid length.
Trait Implementations§
source§impl Clone for InvalidLength
impl Clone for InvalidLength
source§fn clone(&self) -> InvalidLength
fn clone(&self) -> InvalidLength
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more