Skip to main content

StepHandler

Type Alias StepHandler 

Source
pub type StepHandler = Box<dyn Fn(&ValueWord, &ValueWord, usize) -> Result<StepResult>>;
Expand description

Handler function type for processing each element

Aliased Typeยง

pub struct StepHandler(/* private fields */);