Docs.rs
tylisp-0.1.0
tylisp 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
crates.io
Source
Owners
e2-71828
Dependencies
frunk ^0.3.1
normal
optional
typenum ^1.12.0
normal
typenum-uuid ^0.1.0
normal
Versions
20.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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tylisp
0.1.0
Fail
Implementors
In tylisp::
marker_
traits
tylisp
::
marker_traits
Trait
Fail
Copy item path
Source
pub trait Fail:
Eval
<Result =
False
> { }
Expand description
An expression that evaluates to
False
Implementors
§
Source
§
impl<T>
Fail
for T
where T:
Eval
<Result =
False
>,