Struct tokio_linux_aio::AioError[][src]

pub struct AioError<Handle> {
    pub buffer: Handle,
    pub error: Error,
}

An error type for I/O operations that allows us to return the memory handle in failure cases.

Fields

Trait Implementations

impl<Handle> Debug for AioError<Handle>
[src]

Formats the value using the given formatter. Read more

impl<Handle> Display for AioError<Handle>
[src]

Formats the value using the given formatter. Read more

impl<Handle> Error for AioError<Handle>
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl<Handle> Send for AioError<Handle> where
    Handle: Send

impl<Handle> Sync for AioError<Handle> where
    Handle: Sync