COLON_SPACE_SYMBOL

Constant COLON_SPACE_SYMBOL 

Source
pub const COLON_SPACE_SYMBOL: &'static str;
Expand description

A colon followed by a space symbol (:).

This constant is commonly used in formatted strings, such as headers or key-value pairs, where a colon and a space are needed.