pub trait BlockId {
// Required method
fn block_id(&self) -> DataBlockId;
}
Expand description
Trait for providing the id of the block
Required Methods§
Sourcefn block_id(&self) -> DataBlockId
fn block_id(&self) -> DataBlockId
The id of this block