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
Or
typosaurus
0.2.0
Or
Required Associated Types
Out
Implementations on Foreign Types
(False, False)
(False, True)
(True, False)
(True, True)
Implementors
In typosaurus::
bool
typosaurus
::
bool
Trait
Or
Copy item path
Source
pub trait Or { type
Out
; }
Required Associated Types
§
Source
type
Out
Implementations on Foreign Types
§
Source
§
impl
Or
for (
False
,
False
)
Source
§
type
Out
=
False
Source
§
impl
Or
for (
False
,
True
)
Source
§
type
Out
=
True
Source
§
impl
Or
for (
True
,
False
)
Source
§
type
Out
=
True
Source
§
impl
Or
for (
True
,
True
)
Source
§
type
Out
=
True
Implementors
§