[][src]Type Definition icbiadb::decl::types::DeclarationMap

type DeclarationMap = 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