Function sanakirja_core::btree::create_db_[][src]

pub fn create_db_<T: AllocPage, K: ?Sized, V: ?Sized, P: BTreeMutPage<K, V>>(
    txn: &mut T
) -> Result<Db_<K, V, P>, T::Error>

Create a database with an arbitrary page implementation.