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 */ }pub type CheckpointHook = Arc<dyn Fn(CheckpointHookContext) -> Pin<Box<dyn Future<Output = Result<Vec<PluginDirective>, PluginError>> + Send>> + Send + Sync>;pub struct CheckpointHook { /* private fields */ }