pub fn display_option_or<T: Display>(opt: &Option<T>, default: &str) -> String
Formats an optional value with a default.