pub trait BlockHashTrait:
Serialize
+ DeserializeOwned
+ PartialEq
+ Debug
+ Send
+ Sync
+ Clone
+ Eq
+ Into<[u8; 32]> { }
Expand description
Trait with collection of trait bounds for a block hash.
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.