Type Alias TableMap

Source
pub type TableMap<V> = MapUnionHashMap<TableName, Table<V>>;
Expand description

A map from table names to tables.

Aliased Type§

struct TableMap<V>(/* private fields */);