Type Alias BoxedItem

Source
pub type BoxedItem<K, V> = Box<Item<K, V>>;

Aliased Typeยง

struct BoxedItem<K, V>(/* private fields */);