Hash

Trait Hash 

Source
pub trait Hash:
    Support<bool>
    + Send
    + Default
    + BlockSizeUser
    + Update
    + FixedOutput
    + HashMarker
    + WithError { }
Available on crate features internal-api-crypto and internal-api-crypto-hash only.
Expand description

Hash interface.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§