Skip to main content

Finalizer

Type Alias Finalizer 

Source
pub type Finalizer = fn(ext_data: Option<Box<dyn Any>>);
Expand description

The function receives ownership of the Extension Data, allowing it to be saved or disposed.

The runtime does NOT guarantee that this function will be called before process termination.