Docs.rs
wtest_basic-0.1.14
wtest_basic 0.1.14
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Wandalen
Dependencies
anyhow ~1.0
normal
data_type ~0.1
normal
diagnostics_tools ~0.1
normal
mem_tools ~0.1
normal
meta_tools ~0.2
normal
num-traits ~0.2
normal
paste ~1.0
normal
rustversion ~1.0
normal
trybuild ~1.0
normal
typing_tools ~0.1
normal
Versions
100%
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
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
wtest_
basic
0.1.14
AsTuple
Required Methods
as_tuple
Implementors
In wtest_
basic::
orphan
wtest_basic
::
orphan
Trait
AsTuple
Copy item path
Source
pub trait AsTuple<Tuple> { // Required method fn
as_tuple
(&self) ->
&Tuple
; }
Expand description
Reinterpret as tuple.
Required Methods
§
Source
fn
as_tuple
(&self) ->
&Tuple
Reinterpret as tuple.
Implementors
§
Source
§
impl<T>
AsTuple
<
(T, T)
> for
HomoPair
<T>
Source
§
impl<T>
AsTuple
<
(T,)
> for
Single
<T>