Function sanakirja_core::btree::drop[][src]

pub 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>

Drop a database recursively, dropping all referenced keys and values that aren’t shared with other databases.