Skip to main content

RlpHash

Trait RlpHash 

Source
pub trait RlpHash {
    // Required method
    fn rlp_hash(&self) -> H256;
}

Required Methods§

Source

fn rlp_hash(&self) -> H256

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§