trace_numeric_value

Function trace_numeric_value 

Source
pub fn trace_numeric_value<T: NumericTrace>(msg: &str, value: &T)
Expand description

Trace a numeric value.

This function is specifically for numeric types that implement NumericTrace. It uses trace_num to display the value.