Docs.rs
tool-0.2.1
tool 0.2.1
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
bluss
Stebalien
Dependencies
Versions
83.72%
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
tool
0.2.1
Singleton
Implementations on Foreign Types
&'a (A,)
&'a [A; 1]
&'a mut (A,)
&'a mut [A; 1]
(A,)
Implementors
In tool::
sequence
tool
::
sequence
Trait
Singleton
Copy item path
Source
pub trait Singleton:
First
{ }
Expand description
A sequence with one item.
Implementations on Foreign Types
§
Source
§
impl<'a, A>
Singleton
for &'a
[A; 1]
Source
§
impl<'a, A>
Singleton
for &'a
(A,)
Source
§
impl<'a, A>
Singleton
for &'a mut
[A; 1]
Source
§
impl<'a, A>
Singleton
for &'a mut
(A,)
Source
§
impl<A>
Singleton
for
(A,)
Implementors
§