pub fn display_option<T: Display>(opt: &Option<T>) -> String
Formats an optional value for rendering in a table cell.
Returns an empty string for None, otherwise the Display representation.