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

Auto Trait Implementations

impl Send for InvalidOutputSize

impl Sync for InvalidOutputSize