Module and_then

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.