pub fn push_column_classes(out: &mut String, column: &Column<'_>, opts: &Emit)Expand description
Every class a cell of this column carries, written into a buffer the caller already has.
column_classes’s streaming form, and four allocations fewer per cell: the
three names and the string joining them.