Skip to main content

write_binary_with_options

Function write_binary_with_options 

Source
pub async fn write_binary_with_options<P: AsRef<Path>>(
    filename: P,
    _options: Options,
    data: &[u8],
) -> Result<()>
Expand description

Writes the bytes in data to filename, replacing any existing contents.