Type Alias x11rb::connection::RawEventAndSeqNumber
source ยท pub type RawEventAndSeqNumber<B> = (B, u64);
Expand description
The raw bytes of an event and its sequence number.
pub type RawEventAndSeqNumber<B> = (B, u64);
The raw bytes of an event and its sequence number.