Docs.rs
fallible-0.1.3
fallible 0.1.3
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
crates.io
Source
Owners
strake
Dependencies
void ^1
normal
Versions
0%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
fallible
0.1.3
All Items
Crate Items
Modules
Traits
Crate
fallible
Copy item path
Source
Modules
§
iter
Traits
§
TryClone
TryFrom
Simple and safe type conversions that may fail in a controlled way under some circumstances. It is the reciprocal of
TryInto
.
TryInto
An attempted conversion that consumes
self
, which may or may not be expensive.