pub trait WithSeqNr { // Required method fn seq_nr(&self) -> u64; }
Implemented by structures that can return a sequence number.