[][src]Trait blockchain_network_simple::StatusProducer

pub trait StatusProducer {
    type Status: Ord + Encode + Decode;
    fn generate(&self) -> Self::Status;
}

Associated Types

Loading content...

Required methods

fn generate(&self) -> Self::Status

Loading content...

Implementors

Loading content...