### Module common (shared/core functionality) ### Description Is it possible for generate_handler to be created automatically? ```rs let handlers = tauri::generate_handler![command1, command2, command3]; .invoke_handler(handlers) ```
Module
common (shared/core functionality)
Description
Is it possible for generate_handler to be created automatically?