Skip to main content

render_total

Function render_total 

Source
pub fn render_total(total: &Total) -> String
Expand description

Format a total count in the envelope’s form: bare integer for Exact, prefixed with for AtLeast, and clamped to ≥999999999 if >= 1e9 (R23).