Skip to content
New issue

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

Re-export generational box error types from the signals crate #2212

Merged
merged 1 commit into from Apr 2, 2024

Conversation

ealmloff
Copy link
Member

@ealmloff ealmloff commented Apr 1, 2024

The signals crate exports the Readable and Writable traits which use the generational-box error types, but it doesn't export those types. This PR changes the signal crate to export those types to make the try_read and try_write methods easier to use

@ealmloff ealmloff added tweak Small changes to improve experience signals Related to the signals crate labels Apr 1, 2024
@jkelleyrtp jkelleyrtp merged commit 4c209e3 into DioxusLabs:main Apr 2, 2024
9 checks passed
@ealmloff ealmloff deleted the re-export-generational-box branch April 2, 2024 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
signals Related to the signals crate tweak Small changes to improve experience
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants