Function swipl::blob::release_clone_blob

source ·
pub unsafe fn release_clone_blob<T>(atom: atom_t)
Expand description

Drop the rust value stored in a blob.

This is used from the clone blob macros.

Safety

This is only safe to call from a thread with a swipl environment, on an atom which contains a clone blob of the given type.