Type Alias AioWorkRequest

Source
pub type AioWorkRequest = Box<dyn AioWork>;
Expand description

Trait object asynchronous I/O operation

Aliased Typeยง

pub struct AioWorkRequest(/* private fields */);