//! UringOpCode represents the API between the io-uring-bearer and the
//! individual io_uring OpCode handlers which are sepated into different
//! crates.
pub use OpExtEpollCtl;
use Pin;
use Owner;
use crate OpError;
/// Pending Completion type implemented by the OpCode handlers.
/// The contracting type between io-uring-bearer and all the opcodes it can carry.
/// Implement this type in the individual opcodes that can be used in the bearer.