result-transformer 0.0.2

Traits, macros and utilities for transforming Result values.
Documentation
1
2
3
4
5
6
7
8
//! Internal reexports used by macros.
//!
//! This module is not intended for public consumption. It simply exposes
//! certain dependencies so that the procedural macros can reference them
//! without requiring users to add those dependencies explicitly.

#[allow(unused_imports)]
pub use result_transformer_dependencies::*;