Module crow_util::holder [] [src]

A module containing a basic holder struct, which is used for immutable access to its elements while still being able to insert new elements.

For examples and further explanation, visit Holder<T>

Structs

Holder

A Hashmap which allows for immutable access while still allowing the addition of new objects.