Struct block_padding::PadError[][src]

pub struct PadError;

Error for indicating failed padding operation

Trait Implementations

impl Clone for PadError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PadError
[src]

impl Debug for PadError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PadError

impl Sync for PadError