tauri/.changes/tauri-extranous-result-types-removal.md
Amr Bashir 149056746c
refactor(core/plugin)!: inline result type alias (#8037)
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.