pub fn parse_dimensions(spec: &str) -> Result<Vec<Dimension>, ReportError>Expand description
Parse a comma-separated --group-by, rejecting anything not in
DIMENSIONS and de-duplicating repeats.
pub fn parse_dimensions(spec: &str) -> Result<Vec<Dimension>, ReportError>Parse a comma-separated --group-by, rejecting anything not in
DIMENSIONS and de-duplicating repeats.