Docs.rs
rust2fun-0.2.1
rust2fun 0.2.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
kalaninja
Dependencies
rust2fun_macros ^0.2.1
normal
proptest ^1.2
dev
Versions
100%
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
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
rust2fun
0.2.1
Module and_
then
Module Items
Traits
In crate rust2fun
rust2fun
Module
and_then
Copy item path
Source
Expand description
AndThen.
Traits
ยง
AndThen
Gives access to the
and_then
method. This trait is needed to implement
ApN
. The motivation for not using
FlatMap
is that there are situations where
and_then
can be implemented but not
FlatMap::flat_map
, e.g.
Validated
.