Module rust2fun::flatmap

source ·
Expand description

FlatMap.

Traits

  • Gives access to the flat_map method. The motivation for separating this out of Monad is that there are situations where flat_map can be implemented but not pure.