oscartbeaumont / tauri-specta

Completely typesafe Tauri commands
MIT License
289 stars 26 forks source link

Commands can't be generic on runtime #70

Closed Brendonovich closed 5 months ago

Brendonovich commented 5 months ago

I reckon we could just forcefully fill in all generics of commands as tauri::Wry - I can't think of any other generics a command would have

Brendonovich commented 5 months ago

nvm u can hardcode the generics inside collect_commands