Struct block_padding::UnpadError[][src]

pub struct UnpadError;

Error for indicating failed unpadding operation

Trait Implementations

impl Clone for UnpadError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for UnpadError
[src]

impl Debug for UnpadError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for UnpadError

impl Sync for UnpadError