[][src]Type Definition stdbench::config::CollectionMap

type CollectionMap = HashMap<String, Rc<Collection>>;

Mapping from collection name to a (reference counted pointer to) collection object.