Struct digest::InvalidOutputSize[][src]

pub struct InvalidOutputSize;

The error type for variable hasher initialization

Trait Implementations

impl Clone for InvalidOutputSize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for InvalidOutputSize
[src]

impl Debug for InvalidOutputSize
[src]

Formats the value using the given formatter. Read more

impl Default for InvalidOutputSize
[src]

Returns the "default value" for a type. Read more

impl Display for InvalidOutputSize
[src]

Formats the value using the given formatter. Read more

impl Error for InvalidOutputSize
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations