//! Steps that perform side effects while forwarding the value.
//!
//! Tap steps pass the current value to a closure to run side effects and then
//! forward the value (or a transformed value) to the next step.
pub use ErrTapStep;
pub use OkTapStep;
pub use ResultTapBothBindStep;
pub use ResultTapBothStep;
pub use ResultTapStep;