Struct seekable_async_file::WriteRequest
source · 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
Data to write and the offset to write it at. This is provided to write_at_with_delayed_sync
.
data: Vec<u8>
§offset: u64