api_impl::storage

Function close_and_delete_persistent_object

Source
pub fn close_and_delete_persistent_object(object: ObjectHandle) -> Result
Expand description

Closes the given handle to a persistent object and deletes the object.

Panics if object is invalid or was not opened with DATA_ACCESS_WRITE_META.