pub trait EntryMarker: Clone + Debug + From<Entry> + Sealed { }
A submission queue entry (SQE), representing a request for an I/O operation.
This is implemented for Entry and Entry128.
Entry
Entry128