Enum cxema::digest::DigestError [] [src]

pub enum DigestError {
    InputTooLongError,
    StateError,
}

Variants

Input data too long

Called Input after Result

Trait Implementations

impl Debug for DigestError
[src]

Formats the value using the given formatter.

impl Copy for DigestError
[src]

impl Clone for DigestError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more