Skip to main content

CheckpointHook

Type Alias CheckpointHook 

Source
pub type CheckpointHook = Arc<dyn Fn(CheckpointHookContext) -> Pin<Box<dyn Future<Output = Result<Vec<PluginDirective>, PluginError>> + Send>> + Send + Sync>;

Aliased Typeยง

pub struct CheckpointHook { /* private fields */ }