display_option

Function display_option 

Source
pub fn display_option<T: Display>(opt: &Option<T>) -> String
Expand description

Formats an optional value for rendering in a table cell.

Returns an empty string for None, otherwise the Display representation.