pub fn mark_missing_string(string: &str, format: &DiffFormat) -> String
Expand description
Highlights the given string as “missing value” using the color for
missing values as specified by the given DiffFormat
.
When using this function in comparison to mark_missing
, the returned
string does not contain quotes at the start and end of the string as they
appear in the debug formatted string returned by mark_missing
.