Function sanakirja::btree::drop[][src]

pub fn drop<T, K, V, P>(
    txn: &mut T,
    db: Db_<K, V, P>
) -> Result<(), <T as LoadPage>::Error> where
    T: AllocPage,
    K: Storable + ?Sized,
    V: Storable + ?Sized,
    P: BTreePage<K, V>, 
Expand description

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