Skip to main content

execute_write

Function execute_write 

Source
pub fn execute_write(
    file: File,
    offset: u64,
    buffer: Buffer<Submitted>,
) -> Result<CompletionPayload>
Expand description

Execute a positional write at offset, returning the buffer and the number of bytes written.