pub trait Analysis { type Output; }
A single simulator analysis.
The output produced by this analysis.