Skip to main content

ProxyHash

Trait ProxyHash 

Source
pub trait ProxyHash:
    HashMarker
    + FixedOutputCore
    + BufferKindUser<BufferKind = Eager>
    + OutputSizeUser
    + Default
    + Clone{ }
Expand description

Trait to simplify requirements for Hash.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§