pub fn format_option(opt: &Option<String>) -> &str
formats an Option<String> for display, returning "<none>" for None.
Option<String>
"<none>"
None