referrerpolicy=no-referrer-when-downgrade
sc_state_db

Trait Hash

Source
pub trait Hash:
    Send
    + Sync
    + Sized
    + Eq
    + PartialEq
    + Clone
    + Default
    + Debug
    + Codec
    + Hash
    + 'static { }
Expand description

Basic set of requirements for the Block hash and node key types.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<T: Send + Sync + Sized + Eq + PartialEq + Clone + Default + Debug + Codec + Hash + 'static> Hash for T