Skip to main content

count

Function count 

Source
pub fn count<'a, T>(count: T, one: &'a str, many: &'a str) -> Counted<'a, T>
Expand description

Displays a correctly pluralized count of something, for example 3 users.