Struct digest::InvalidBufferLength[][src]

pub struct InvalidBufferLength;

The error type for variable hasher result

Trait Implementations

impl Clone for InvalidBufferLength
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for InvalidBufferLength
[src]

impl Debug for InvalidBufferLength
[src]

Formats the value using the given formatter. Read more

impl Default for InvalidBufferLength
[src]

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

impl Display for InvalidBufferLength
[src]

Formats the value using the given formatter. Read more

impl Error for InvalidBufferLength
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations