pub fn datum_to_test_spec(datum: Datum<'_>) -> String
Expand description

Convert a Datum to a String such that test_spec_to_row can convert the String back into a row containing the same Datum.

Currently supports only Datums supported by test_spec_to_row.