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

Required Methods§

extract the columns from struct

Implementors§