pub type ColumnName = Name;
The name of a column.
enum ColumnName { Static(&'static str), Dynamic(String), }