Skip to main content

write_file

Function write_file 

Source
pub fn write_file<'a, OL>(
    handle: &impl WritableHandle,
    buf: &[u8],
    overlapped: OL,
) -> OsResult<usize>
where OL: Into<Option<&'a mut Overlapped>>,