moxie::Key
is and isn't a smart pointer
#197
Labels
core
Related to the core `moxie` crate
Milestone
Two API guidelines are in conflict for
Key
:Key implements Deref (but not DerefMut), and it adds inherent methods. Its deref impl is useful for sharing the "current state" with app logic as it is.
The text was updated successfully, but these errors were encountered: