Type Alias ColumnNameToId

Source
pub type ColumnNameToId<'a> = HashMap<&'a str, u64>;
Expand description

Define type aliases for the column mappings so that we can DRY.

Aliased Typeยง

pub struct ColumnNameToId<'a> { /* private fields */ }