result-transformer-flow 0.0.2

Traits, macros and utilities for transforming Result values.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod define_const_err_tap_step_async;
mod define_const_ok_tap_step_async;
mod define_const_result_tap_both_bind_step_async;
mod define_const_result_tap_both_step_async;
mod define_const_result_tap_step_async;

pub use define_const_err_tap_step_async::define_const_err_tap_step_async;
pub use define_const_ok_tap_step_async::define_const_ok_tap_step_async;
pub use define_const_result_tap_both_bind_step_async::define_const_result_tap_both_bind_step_async;
pub use define_const_result_tap_both_step_async::define_const_result_tap_both_step_async;
pub use define_const_result_tap_step_async::define_const_result_tap_step_async;