Skip to main content

AsHashDB

Trait AsHashDB 

Source
pub trait AsHashDB<H: Hasher>: AsHashDB<H, DBValue> { }
Expand description

Reexport from hash_db, with genericity set for Hasher trait.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<H: Hasher, T: AsHashDB<H, DBValue>> AsHashDB<H> for T