Struct tokio_file::AioResult[][src]

pub struct AioResult {
    pub value: Option<isize>,
}
Expand description

Holds the result of an individual aio operation

Fields

value: Option<isize>

This is what the AIO operation would’ve returned, had it been synchronous and successful. fsync operations return None, read and write operations return an isize

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.