pub fn fork_db<T: AllocPage, K: Storable + ?Sized, V: Storable + ?Sized, P: BTreeMutPage<K, V>>( txn: &mut T, db: &Db_<K, V, P>, ) -> Result<Db_<K, V, P>, T::Error>
Fork a database.