2 lines
70 B
Rust
2 lines
70 B
Rust
#[tauri::command]
|
|
pub async fn save(path: String, content: String) {}
|
#[tauri::command]
|
|
pub async fn save(path: String, content: String) {}
|