Skip to main content

ContextFinalizer

Type Alias ContextFinalizer 

Source
pub type ContextFinalizer = fn(ctx: &CurrentContext<'_>);
Expand description

The function is called before the Context Data is disposed, allowing final access and saving data to the Extension Data.