some_to_textfield

Function some_to_textfield 

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

Text representation of a given optional field value or an empty string instead of None.