Docs.rs
fallible_map-0.1.1
fallible_map 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Emulator000
Dependencies
Versions
81.82%
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
fallible_
map
0.1.1
All Items
Crate Items
Structs
Traits
Crate
fallible_map
Copy item path
Source
Structs
§
Fallible
MapIterator
A fallible map iterator that maps a function returning a
Result
over the elements of the underlying iterator.
Traits
§
Extract
Option
fallible_map_ext
provides utilities for fallible mapping over
Option
types and iterators, allowing the use of functions that can return
Result
s. A helper trait to extract the inner value of an optional container.
Fallible
MapExt
Extend
Option
with fallible methods.
Fallible
MapIterator
Ext
Extend iterator with fallible map functionality.