Module multimap_builder

Source
Expand description

Provides a convenient way to construct multi-maps.

Structsยง

MultiMapBuilder
A builder for a multi-map. This struct does nothing by itself, but it is used to chain method calls to configure the multi-map before building it.
MultiMapBuilderWithKeys
A builder for a multi-map that has a known type for the map.
MultiMapBuilderWithKeysAndVals
A builder for a multi-map that has a known type for keys and values.