Trait compio_driver::OpCode
source · pub trait OpCode {
// Required method
fn create_entry(self: Pin<&mut Self>) -> Entry;
}Expand description
Abstraction of io-uring operations.
Required Methods§
sourcefn create_entry(self: Pin<&mut Self>) -> Entry
fn create_entry(self: Pin<&mut Self>) -> Entry
Create submission entry.