fn replay_artifacts<'a>(
artifact: Option<&'a SymbolicArtifactRef>,
minimization: Option<&'a SymbolicCounterexampleMinimization>,
) -> impl Iterator<Item = &'a SymbolicArtifactRef>Expand description
All durable replay artifacts referenced by a counterexample: its own artifact plus the before/after artifacts of its minimization, if any.