pub type ThresholdArr = [Option<Threshold>; 5];
Expand description

A per-severity-level array of threhsolds, as Options because they may not have been specified in the available config data.