pub trait ToColumnNames {
    fn to_column_names() -> Vec<ColumnName, Global>;
}

Required Methods

extract the columns from struct

Implementors