pub fn format_opt<T: Display>(opt: &Option<T>, default: &str) -> String
Format an optional value, using default if absent.
default