tauri/.changes/tauri-extranous-result-types-removal.md

7 lines
234 B
Markdown
Raw Normal View History

---
'tauri': 'major:breaking'
---
- Removed `tauri::path::Error` and added its variants to `tauri::Error`
- Removed `tauri::path::Result` and `tauri::plugin::Result` aliases, you should use `tauri::Result` or your own `Result` type.