Docs.rs
alloc-no-stdlib-2.0.4
alloc-no-stdlib 2.0.4
Docs.rs crate page
BSD-3-Clause
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
danielrh
Dependencies
Versions
0%
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
☰
SliceWrapper
Required Methods
slice
Provided Methods
len
Implementors
In alloc_no_stdlib
?
Trait
alloc_no_stdlib
::
SliceWrapper
source
·
[
−
]
pub trait SliceWrapper<T> { fn
slice
(&self) -> &
[T]
; fn
len
(&self) ->
usize
{ ... } }
Required Methods
source
fn
slice
(&self) -> &
[T]
Provided Methods
source
fn
len
(&self) ->
usize
Implementors
source
impl<'a, T: 'a>
SliceWrapper
<T> for
AllocatedStackMemory
<'a, T>