pub type ProgressSnapshot<T> = EnumMap<RcpdType, T>;
pub struct ProgressSnapshot<T> { /* private fields */ }