Skip to main content

format_metric

Function format_metric 

Source
pub fn format_metric<T>(metric: &T) -> String
where T: Display,
Expand description

Format a metric for CLI- and registry-facing dynamic dispatch.

Dynamic formatting uses the problem value’s display form directly.