Docs.rs
typosaurus-0.2.0
typosaurus 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
nicksenger
Dependencies
typenum ^1
normal
Versions
0%
of the crate is documented
Platform
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
Skip to main content
Empty
typosaurus
0.2.0
Empty
Aliased Type
Trait Implementations
Enumerable<N>
Foldable<M>
IsUnique
Reversible
In typosaurus::
collections::
list
typosaurus
::
collections
::
list
Type Alias
Empty
Copy item path
Source
pub type Empty =
List
<
()
>;
Aliased Type
§
pub struct Empty(
/* private fields */
);
Trait Implementations
§
Source
§
impl<N>
Enumerable
<N> for
Empty
Source
§
type
Out
=
List
<
()
>
Source
§
impl<M>
Foldable
<M> for
Empty
where M:
Mempty
,
Source
§
type
Out
= <M as
Mempty
>::
Out
Source
§
impl
IsUnique
for
Empty
Source
§
type
Out
=
True
Source
§
impl
Reversible
for
Empty
Source
§
type
Out
=
List
<
()
>