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.
pub fn close_and_delete_persistent_object(object: ObjectHandle) -> Result
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.