TryFrom
and FromStr
#1822
Labels
T-libs-api
Relevant to the library API team, which will review and decide on the RFC.
TryFrom
and FromStr
#1822
Right now, it seems like a blanket
TryFrom
could be implemented for everything that implementsFromStr
:This seems like something that should be reconciled. It'd be very confusing if anything implemented
TryFrom<&'a str>
andFromStr
and didn't have the same implementation for both.The text was updated successfully, but these errors were encountered: