Docs.rs
tokio-io-utility-0.7.6
tokio-io-utility 0.7.6
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jonhoo
NobodyXu
Dependencies
bytes ^1.2.1
normal
tokio ^1.0
normal
rayon ^1.5.1
dev
tokio ^1
dev
tokio-pipe ^0.2.5
dev
Versions
33.33%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
IoSliceExt
Required Methods
into_inner
Implementations on Foreign Types
IoSlice<'a>
Implementors
In tokio_io_utility
?
Trait
tokio_io_utility
::
IoSliceExt
source
·
[
−
]
pub trait IoSliceExt<'a> { // Required method fn
into_inner
(self) -> &'a [
u8
]
ⓘ
; }
Required Methods
§
source
fn
into_inner
(self) -> &'a [
u8
]
ⓘ
Implementations on Foreign Types
§
source
§
impl<'a>
IoSliceExt
<'a> for
IoSlice
<'a>
source
§
fn
into_inner
(self) -> &'a [
u8
]
ⓘ
Implementors
§