Struct seekable_async_file::WriteRequest
source · pub struct WriteRequest {
pub data: Vec<u8>,
pub offset: u64,
}
Expand description
Data to write and the offset to write it at. This is provided to write_at_with_delayed_sync
.
Fields§
§data: Vec<u8>
§offset: u64