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

A submission queue entry (SQE), representing a request for an I/O operation.

This is implemented for Entry and Entry128.

Implementors