result-transformer-flow 0.0.2

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

mod err_log_tap_step;
mod ok_log_tap_step;
mod result_log_tap_step;
mod result_map_both_step;