pub type StepMap<StepT> = SeqMap<ParticipantId, StepT>;
pub struct StepMap<StepT> { /* private fields */ }