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 tap steps.

mod err_tap_step;
mod ok_tap_step;
mod result_tap_both_bind_step;
mod result_tap_both_step;
mod result_tap_step;