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

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

A database of unsized values.