Apographe/src-tauri/src/saving.rs

2 lines
70 B
Rust

#[tauri::command]
pub async fn save(path: String, content: String) {}