Function write_content_to_file

Source
pub async fn write_content_to_file(
    file_path: &str,
    content: &str,
) -> Result<(), Error>