Function sanakirja_core::btree::create_db[][src]

pub fn create_db<T: AllocPage, K: Storable, V: Storable>(
    txn: &mut T
) -> Result<Db_<K, V, Page<K, V>>, T::Error>

Create a database for sized keys and values.