pub type SippDecisionRange = DecisionRange<StateSippSE2<Cell>>;Aliased Type§
pub enum SippDecisionRange {
Between([DecisionPoint<StateSE2<Cell, 360>>; 2]),
Before(StateSE2<Cell, 360>, TimePoint),
After(StateSE2<Cell, 360>, TimePoint),
}pub type SippDecisionRange = DecisionRange<StateSippSE2<Cell>>;pub enum SippDecisionRange {
Between([DecisionPoint<StateSE2<Cell, 360>>; 2]),
Before(StateSE2<Cell, 360>, TimePoint),
After(StateSE2<Cell, 360>, TimePoint),
}