Enum mio_aio::LioError [−][src]
Expand description
Error types that can be returned by
LioCb::submit
Variants
No operations were enqueued. No notification will be forthcoming.
Some operations were enqueued, but not all. Notification will be delievered when the enqueued operations are all complete.
Some operations failed. The value is a vector of the status of each operation.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LioError
impl UnwindSafe for LioError
Blanket Implementations
Mutably borrows from an owned value. Read more