feat(core): #[command] return with autoref specialization workaround fix #1672 (#1734)

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
chip
2021-05-09 04:52:20 -07:00
committed by GitHub
parent c090927021
commit bb8dafbe1e
10 changed files with 434 additions and 189 deletions

View File

@@ -0,0 +1,6 @@
---
"tauri": patch
"tauri-macros": patch
---
Improves support for commands returning `Result`.