Skip to content

Tracking Issue for feature(string_drain_as_str) - string::Drain::as_str() #76905

Closed
@m-ou-se

Description

@m-ou-se

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-strArea: str and StringC-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCLibs-TrackedLibs issues that are tracked on the team's project board.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.disposition-mergeThis issue / PR is in PFCP or FCP with a disposition to merge it.finished-final-comment-periodThe final comment period is finished for this PR / Issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions