[][src]Module join_impl::handler

Handler defines handler function of 3 possible types: map, and_then and then. map and and_then will be evaluted in case of all successful results and then will be evaluated in any case, which allows user to define its own handlers for every error.

Enums

Handler

map => expr, then => expr, and_then => expr