Skip to main content

ActionHandler

Type Alias ActionHandler 

Source
pub type ActionHandler<'a> = Box<dyn FnMut(&mut ActionContext<'_>) + 'a>;
Expand description

Handler type for picker actions.

Aliased Typeยง

pub struct ActionHandler<'a>(/* private fields */);