pub trait OptionDurationFormat { // Required method fn format_duration_ms_or_default(&self) -> String; }