A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/rust-lang/rust/issues/132818 below:

Tracking Issue for `io_slice_as_bytes` · Issue #132818 · rust-lang/rust · GitHub

Feature gate: #![feature(io_slice_as_bytes)]

This is a tracking issue for getting the underlying slice out of an IoSlice/IoSliceMut

Public API
// std::io

impl<'a> IoSlice<'a> {
    pub const fn as_slice(self) -> &'a [u8] {
}

impl<'a> IoSliceMut<'a> {
    pub const fn into_slice(self) -> &'a mut [u8];
}
Steps / History Unresolved Questions
  1. https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4