Type Alias Count

Source
pub type Count = i32;
Expand description

Count_t Type used to hold a count that is incremented monotonically, used to identify message duplicates.

Trait Implementations§

Source§

impl FromBytes for Count

Source§

fn from_bytes<E: ByteOrder>(v: &[u8]) -> Self