1
2
3
4
5
6
use super::*;

/// Wrapper containing the value and the corresponding execution trace.
///
/// For what the trace contains, see its rendered form, [`RenderedAny`].
pub type Traced<A> = instances::effect::WithEffect<A, TraceBox>;