pub type RawEventAndSeqNumber<B> = (B, u64);
Expand description

The raw bytes of an event and its sequence number.