Type Alias StepMap

Source
pub type StepMap<StepT> = SeqMap<ParticipantId, StepT>;

Aliased Typeยง

struct StepMap<StepT> { /* private fields */ }