Type Definition aiofut::AIOResult

source · []
pub type AIOResult = (Result<usize, i32>, Box<[u8]>);
Expand description

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