Trait parity_machine::TotalScoredHeader[][src]

pub trait TotalScoredHeader: Header {
    type Value;
    fn total_score(&self) -> Self::Value;
}

A header with associated total score.

Associated Types

Required Methods

Get the total score of this header.

Implementors