Struct block_padding::UnpadError
source · pub struct UnpadError;Expand description
Error for indicating failed unpadding operation
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 more