Skip to main content

ActionHandler

Type Alias ActionHandler 

Source
pub type ActionHandler = Box<dyn Fn(&Action) + Send + Sync>;
Expand description

Callback type for action handlers

Aliased Typeยง

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