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;
mod define_const_ok_map_step;
mod define_const_result_map_both_bind_step;
mod define_const_result_map_both_step;
mod define_const_result_map_step;

pub use define_const_err_map_step::define_const_err_map_step;
pub use define_const_ok_map_step::define_const_ok_map_step;
pub use define_const_result_map_both_bind_step::define_const_result_map_both_bind_step;
pub use define_const_result_map_both_step::define_const_result_map_both_step;
pub use define_const_result_map_step::define_const_result_map_step;