Struct block_padding::UnpadError
source · pub struct UnpadError;
Expand description
Failed unpadding operation error.
Trait Implementations§
source§impl Clone for UnpadError
impl Clone for UnpadError
source§fn clone(&self) -> UnpadError
fn clone(&self) -> UnpadError
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 moresource§impl Debug for UnpadError
impl Debug for UnpadError
source§impl Display for UnpadError
impl Display for UnpadError
source§impl Error for UnpadError
Available on crate feature std
only.
impl Error for UnpadError
Available on crate feature
std
only.1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()