Type Definition sanakirja::btree::Db[][src]

pub type Db<K, V> = Db_<K, V, Page<K, V>>;
Expand description

A database of sized values.