pub trait EntryMarker: Clone + Debug + Into<Entry> + Sealed { }
Expand description

A completion queue entry (CQE), representing a complete I/O operation.

This is implemented for Entry and Entry32.

Implementors§