pub trait HeaderHash<H: Copy> {
// Required methods
fn parent_hash(&self) -> Option<H>;
fn header_hash(&self) -> H;
}pub trait HeaderHash<H: Copy> {
// Required methods
fn parent_hash(&self) -> Option<H>;
fn header_hash(&self) -> H;
}