Module subset

Module subset 

Source
Expand description

Collection where keys are slices of a type, and supports a get operation to check if the key exists, is a subset of any existing key, or is neither of the aforementioned cases.

In the underlying structure the value is cloned for each participating member of slice key, so you should ensure values are cheaply clonable. If the value is not, consider putting it inside Rc or Arc.

Structs§

SubsetMap

Enums§

GetOrIsSubsetOfKnownKey
SsmKeyExistedBeforeInsert