pub type ReservedTimesIndex = HashMap<Arc<Actor>, Vec<ReservedTimeSpan>>;
Expand description

Specifies reserved time index type.

Aliased Type§

struct ReservedTimesIndex { /* private fields */ }