result-transformer-flow 0.0.2

Traits, macros and utilities for transforming Result values.
Documentation
1
2
3
4
5
6
7
8
9
//! Definitions for composing synchronous flows.

mod err_flow;
mod ok_flow;
mod result_flow;

pub use err_flow::*;
pub use ok_flow::*;
pub use result_flow::*;