Skip to main content

register_step_hook

Function register_step_hook 

Source
pub fn register_step_hook(
    persona_pattern: impl Into<String>,
    step_name: impl Into<String>,
    event: HookEvent,
    threshold_pct: Option<f64>,
    handler: Arc<VmClosure>,
)