mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-23 20:11:29 +11:00
188 B
188 B
muda |
---|
patch |
Add PartialEq<&str> for &MenuId
and PartialEq<String> for &MenuId
implementations. Also add a blanket From<T> for MenuId
where T: ToString
implementation.