Skip to main content

collect_all_columns

Function collect_all_columns 

Source
pub fn collect_all_columns() -> Vec<&'static ColumnDef>
Expand description

Collects all registered ColumnDefs from every linked crate, sorted by priority (ascending).

Call this once at startup to build the ordered column list.