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

Auto Trait Implementations

impl Send for InvalidBufferLength

impl Sync for InvalidBufferLength