missing AsMut<str>
implementation for String
#68741
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
String
has an inherent methodas_mut_str
, and implements bothDerefMut
andBorrowMut<str>
. Is there a reason why it does not implementAsMut<str>
, or was it just an oversight?The text was updated successfully, but these errors were encountered: