Skip to main content

Hash

Trait Hash 

Source
pub trait Hash:
    Debug
    + Copy
    + Send
    + Sync
    + Decode
    + AsRef<[u8]>
    + Serialize
    + DeserializeOwned
    + Encode
    + PartialEq
    + Eq
    + Hash { }
Expand description

Block hashes must conform to a bunch of things to be used in Subxt.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl<T> Hash for T