result-transformer-flow 0.0.2

Traits, macros and utilities for transforming Result values.
Documentation
1
2
3
4
5
6
7
//! Async variants of the mapping steps.

mod err_map_step;
mod ok_map_step;
mod result_map_both_bind_step;
mod result_map_both_step;
mod result_map_step;