TableMap

Type Alias TableMap 

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

A map from table names to tables.

Aliased Typeยง

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