DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.33k stars 736 forks source link

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

Closed ealmloff closed 3 months ago

ealmloff commented 3 months ago

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