[][src]Type Definition aiofut::AIOResult

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

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