### Describe the problem ``` menu: Option<Box<dyn FnOnce(&AppHandle<R>) -> crate::Result<Menu<R>>>>, ``` `Send` is not implemented ### Describe the solution you'd like tauri::Builder is Send ### Alternatives considered _No response_ ### Additional context _No response_
Describe the problem
Sendis not implementedDescribe the solution you'd like
tauri::Builder is Send
Alternatives considered
No response
Additional context
No response