<!-- Please only include one feature request per issue, thank you! --> **Describe the feature you'd like** Please impl `Deref<Target = str>` for `yew::virtual_dom::Key`. This would allow code like the following: ```rust some_function(&key) ``` instead of ```rust some_function(&key.to_string()) ``` **Questionnaire** <!-- Developing Yew is a community effort! --> <!-- If you feel up to the challenge, please check one of the boxes below: --> - [ ] I'm interested in implementing this myself but don't know where to start - [x] I would like to add this feature - [ ] I don't have time to add this right now, but maybe later