[][src]Type Definition icbiadb::database::table::types::TableMap

type TableMap = HashMap<Vec<u8>, FieldMap>;

Stores group name and serialized HashMap of fields + type

Used by mem::Memory

HashMap<Name, data>

name: Name of group data: Map of field and field rules