pub trait ReverseWrapper {
type Variant: CoreProxy + OutputSizeUser;
}Expand description
This trait allows using a HashFunctionWrapper where a digest::Digest was expected.
Required Associated Types§
type Variant: CoreProxy + OutputSizeUser
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".