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

Create a database with an arbitrary page implementation.