You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String has an inherent method as_mut_str, and implements both DerefMut and BorrowMut<str>. Is there a reason why it does not implement AsMut<str>, or was it just an oversight?