write_text_file

Function write_text_file 

Source
pub(crate) async fn write_text_file(
    file_path: String,
    contents: String,
) -> Result<(), String>