BlockId

Trait BlockId 

Source
pub trait BlockId {
    // Required method
    fn block_id(&self) -> DataBlockId;
}
Expand description

Trait for providing the id of the block

Required Methods§

Source

fn block_id(&self) -> DataBlockId

The id of this block

Implementors§