Docs.rs
test_tools-0.5.0
test_tools 0.5.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Wandalen
Dependencies
data_type ~0.1.9
normal
diagnostics_tools ~0.3.0
normal
error_tools ~0.4.0
normal
mem_tools ~0.1.1
normal
meta_tools ~0.5.0
normal
num-traits ~0.2
normal
paste ~1.0
normal
rustversion ~1.0
normal
trybuild ^1.0.85
normal
typing_tools ~0.3.0
normal
rustc_version ^0.4
build
Versions
100%
of the crate is documented
Go to latest version
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
test_tools
0.5.0
AsSlice
Required Methods
as_slice
Implementors
In test_tools::prelude
?
Trait
test_tools
::
prelude
::
AsSlice
source
·
[
−
]
pub trait AsSlice<T> { // Required method fn
as_slice
(&self) -> &
[T]
; }
Expand description
Reinterpret as slice.
Required Methods
§
source
fn
as_slice
(&self) -> &
[T]
Reinterpret as slice.
Implementors
§
source
§
impl<T>
AsSlice
<T> for
HomoPair
<T>
source
§
impl<T>
AsSlice
<T> for
Many
<T>
source
§
impl<T>
AsSlice
<T> for
Single
<T>