Struct seekable_async_file::WriteRequest
source · pub struct WriteRequest { /* private fields */ }Expand description
Data to write and the offset to write it at. This is provided to write_at_with_delayed_sync.
pub struct WriteRequest { /* private fields */ }Data to write and the offset to write it at. This is provided to write_at_with_delayed_sync.