Trait async_hash::Hash 
source · pub trait Hash<D: Digest>: Sized {
    // Required method
    fn hash(self) -> Output<D>;
}Expand description
Trait to compute a SHA-2 hash using the digest type D
Required Methods§
Object Safety§
This trait is not object safe.