use super::*; /// Wrapper containing the value and the corresponding execution trace. /// /// For what the trace contains, see its rendered form, [`RenderedAny`]. pub type Traced = classes::effect::WithEffect;