Function repr::strconv::format_bool_static [−][src]
Expand description
Like format_bool, but returns a string with a static lifetime.
This function should be preferred to format_bool when applicable, as it
avoids an allocation.