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

The raw bytes of an event and its sequence number.