Docs.rs
std_tools-0.1.4
std_tools 0.1.4
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Wandalen
Dependencies
impls_index ~0.1
normal
parse-display ~0.5
normal
optional
wtools ~0.2
normal
test_tools ~0.1
dev
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
std_
tools
0.1.4
AsTuple
Required Methods
as_tuple
Implementors
In std_
tools::
protected
std_tools
::
protected
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>