pub fn render_micros(micros: Micros) -> StringExpand description
Millionths as the decimal string the IR uses.
The inverse of parse_micros, to six digits with trailing zeros trimmed,
so 4_200 renders as 0.0042 and 5_000_000 as 5.
pub fn render_micros(micros: Micros) -> StringMillionths as the decimal string the IR uses.
The inverse of parse_micros, to six digits with trailing zeros trimmed,
so 4_200 renders as 0.0042 and 5_000_000 as 5.