Module generational_cache::map::impls::alloc_btree_map
source · Expand description
Module providing a map implementation based on alloc::collections::BTreeMap
.
Structs
- A
Map
implementation based onalloc::collections::BTreeMap
.