Improve GenerationalRef and GenerationalRefMut docs #3205
Labels
documentation
Improvements or additions to documentation
generation box
Related to the generational box crate
Feature Request
The documentation for generationalref and generationalrefmut are pretty sparse today. Generally, they should act like the inner type, but I have seen people in the discord run into issues trying to match on the ref type instead of the inner value. It should be possible to use dioxus relatively early into learning rust, so people may not have used types like
RefCell
andRwLock
beforeImplement Suggestion
Add documentation about:
&T
data with derefThe text was updated successfully, but these errors were encountered: