ActionHandler

Type Alias ActionHandler 

Source
pub type ActionHandler = Box<dyn Fn(&HashMap<String, Value>, &Facts) -> Result<()> + Send + Sync>;
Expand description

Type for custom action handlers

Aliased Typeยง

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