Skip to main content

HashImpl

Trait HashImpl 

Source
pub trait HashImpl {
    type Context: HashContext;

    // Required method
    fn hasher() -> Self::Context;
}

Required Associated Types§

Required Methods§

Source

fn hasher() -> Self::Context

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§