Function sanakirja_core::btree::drop
source · pub unsafe fn drop<T: AllocPage, K: Storable + ?Sized, V: Storable + ?Sized, P: BTreePage<K, V>>(
txn: &mut T,
db: Db_<K, V, P>
) -> Result<(), T::Error>
Expand description
Drop a database recursively, dropping all referenced keys and values that aren’t shared with other databases.