pub fn fold(events: &[Event]) -> Result<MissionState>Expand description
Fold a contiguous event slice into a state. The first event MUST be
mission.created.
pub fn fold(events: &[Event]) -> Result<MissionState>Fold a contiguous event slice into a state. The first event MUST be
mission.created.