Type Definition madato::types::Table[][src]

type Table<K, V> = Vec<TableRow<K, V>>;