pub trait IntoCellValue { // Required method fn to_cell_value(&self) -> CellValue; }
row
Convert a value into a JSON CellValue.
CellValue
CellValue captures the types that can appear within a cell of the output table.