Expand description

Traits that are implemented for types that can be used as key or value

Any type that implements Storable can be used as a key or value in a Db. Implementation is unsafe and must be correct and not change between (re-)opening environments.

Types that have a fixed-length byte representation should additionally implement StorableConstBytesLen.

Traits

Types that can be stored

Types that can be stored with a fixed-length byte representation

Types that can be stored where the restored owned version is a certain type