Skip to main content

write_string_with_options

Function write_string_with_options 

Source
pub async fn write_string_with_options<P: AsRef<Path>>(
    filename: P,
    _options: Options,
    text: &str,
) -> Result<()>
Expand description

Writes text to filename, replacing any existing contents.