//! 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 ErrTapStepAsync;
pub use OkTapStepAsync;
pub use ResultTapBothBindStepAsync;
pub use ResultTapBothStepAsync;
pub use ResultTapStepAsync;