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_map_step_async;
mod define_const_ok_map_step_async;
mod define_const_result_map_both_bind_step_async;
mod define_const_result_map_both_step_async;
mod define_const_result_map_step_async;

pub use define_const_err_map_step_async::define_const_err_map_step_async;
pub use define_const_ok_map_step_async::define_const_ok_map_step_async;
pub use define_const_result_map_both_bind_step_async::define_const_result_map_both_bind_step_async;
pub use define_const_result_map_both_step_async::define_const_result_map_both_step_async;
pub use define_const_result_map_step_async::define_const_result_map_step_async;