/*
* SPDX-License-Identifier: MIT
* Copyright (c) 2023 - 2026. The DeepCausality Authors and Contributors. All Rights Reserved.
*/
use crateIoAction;
/// Transforms the error channel of an IO action, leaving the success path untouched.
///
/// Built by [`IoAction::map_err`]. Implements [`IoAction`]. Nothing runs until
/// [`run`](IoAction::run).
;