Trait io_uring::cqueue::EntryMarker

source ·
pub trait EntryMarker: Clone + Debug + Into<Entry> + Sealed {
    const BUILD_FLAGS: u32;
}
Expand description

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

This is implemented for Entry and Entry32.

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§