pub trait DynamicStepConfigExt {
// Required method
fn matches(&self, context: &StepPrehookContext) -> bool;
}Expand description
Extension trait adding CEL trigger evaluation to DynamicStepConfig.
Required Methods§
Sourcefn matches(&self, context: &StepPrehookContext) -> bool
fn matches(&self, context: &StepPrehookContext) -> bool
Check if this step matches the current context