Struct tokio_file::AioResult [−][src]
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