pub trait DefaultHashable: Writeable { }Expand description
Implementing this trait enables the default hash implementation
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.
Implementations on Foreign Types§
impl DefaultHashable for u8
impl DefaultHashable for u64
impl DefaultHashable for Vec<u8>
impl DefaultHashable for RangeProof
Implement Hashed trait for external types here