pub trait IMsgContentValue { // Required method fn fmt_value(&self, template: &str) -> String; }
Форматирование значения c заданным форматом