We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tauri::Builder
!Send
menu: Option<Box<dyn FnOnce(&AppHandle<R>) -> crate::Result<Menu<R>>>>,
Send is not implemented
Send
tauri::Builder is Send
No response
The text was updated successfully, but these errors were encountered:
feat(tauri): impl Send for app::Builder, closes #7618 (#7619)
8a67661
* feat(tauri): impl Send for app::Builder * chore: add .changes/app-builder-send.md
feat(tauri): impl Send for app::Builder, closes tauri-apps#7618 (taur…
35e187e
…i-apps#7619) * feat(tauri): impl Send for app::Builder * chore: add .changes/app-builder-send.md
Successfully merging a pull request may close this issue.
Describe the problem
Send
is not implementedDescribe the solution you'd like
tauri::Builder is Send
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: