pub type AioWorkRequest = Box<dyn AioWork>;
Trait object asynchronous I/O operation
pub struct AioWorkRequest(/* private fields */);