1
1
mirror of https://github.com/tauri-apps/tauri.git synced 2024-12-26 12:38:04 +03:00
tauri/.changes/tauri-extranous-result-types-removal.md
Amr Bashir 149056746c
refactor(core/plugin)!: inline result type alias ()
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
2023-10-17 14:33:17 -03:00

234 B

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.