Docs.rs
libsugar-2.4.1
libsugar 2.4.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
2A5F
Dependencies
tuples ^1.4
normal
optional
Versions
58.25%
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
Tuple3
libsugar
2.4.1
Tuple3
Required Associated Types
Item0
Item1
Item2
Implementations on Foreign Types
(T0, T1, T2)
Implementors
In libsugar::
tuples
libsugar
::
tuples
Trait
Tuple3
Copy item path
Source
pub trait Tuple3:
Tuple
{ type
Item0
; type
Item1
; type
Item2
; }
Required Associated Types
§
Source
type
Item0
Source
type
Item1
Source
type
Item2
Implementations on Foreign Types
§
Source
§
impl<T0, T1, T2>
Tuple3
for
(T0, T1, T2)
Source
§
type
Item0
= T0
Source
§
type
Item1
= T1
Source
§
type
Item2
= T2
Implementors
§