Enum mio_aio::LioError[][src]

pub enum LioError {
    EAGAIN,
    EINCOMPLETE,
    EIO,
}

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

Trait Implementations

impl Clone for LioError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LioError
[src]

impl Debug for LioError
[src]

Formats the value using the given formatter. Read more

impl PartialEq for LioError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for LioError

impl Sync for LioError