Tracking Issue for string_drain_as_str as introduced by #76525.
Api:
Drain::as_str()
AsRef<str> for Drain
AsRef<[u8]> for Drain
The first one is now gated behind feature(string_drain_as_str). The other two are not available yet, as trait implementations cannot be unstable. These should be added (uncommented) when this feature is stabilized.
Tracking Issue for
string_drain_as_stras introduced by #76525.Api:
Drain::as_str()AsRef<str> for DrainAsRef<[u8]> for DrainThe first one is now gated behind
feature(string_drain_as_str). The other two are not available yet, as trait implementations cannot be unstable. These should be added (uncommented) when this feature is stabilized.