Implement IntoPropValue<AttrValue>
for Cow<'static, str>
?
#3343
its-the-shrimp
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
That's a good idea. It would be great if you could PR this change |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The IntoPropValue trait helps converting all of the types of strings in Rust to AttrValue, however it's still not implemented for the standard library's Cow type, even though
AttrValue
itself has aFrom<Cow<'static, str>
implementation. Is there already an issue / pull request to add animpl IntoPropValue<AttrValue> for Cow<'static, str>
? If there isn't one, I can gladly help with that.Beta Was this translation helpful? Give feedback.
All reactions