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
Reversible
typosaurus
0.2.0
Reversible
Required Associated Types
Out
Implementors
In typosaurus::
collections::
value_
list
typosaurus
::
collections
::
value_list
Trait
Reversible
Copy item path
Source
pub trait Reversible { type
Out
; }
Required Associated Types
§
Source
type
Out
Implementors
§
Source
§
impl
Reversible
for
Empty
Source
§
type
Out
=
List
<
()
>
Source
§
impl<T, U>
Reversible
for
List
<
(T, U)
>
where U:
Reversible
, (<U as
Reversible
>::
Out
,
List
<(T,
Empty
)>):
Mappend
,
Source
§
type
Out
= <(<U as
Reversible
>::
Out
,
List
<(T,
List
<
()
>)>) as
Mappend
>::
Out