Skip to main content

write_string_with_options_sync

Function write_string_with_options_sync 

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

Synchronously writes text to filename, replacing any existing contents.