pub fn format_bool_static(b: bool) -> &'static str
Like format_bool, but returns a string with a static lifetime.
format_bool
This function should be preferred to format_bool when applicable, as it avoids an allocation.