[][src]Type Definition libaiofut::AIOResult

type AIOResult = Result<(usize, Box<[u8]>), i32>;

The result of an AIO operation: the number of bytes written on success, or the errno on failure.