pub trait OptionDisplayValue<T> { // Required method fn to_display_value_or_default(&self) -> String; }