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 */);pub type ActionHandler<'a> = Box<dyn FnMut(&mut ActionContext<'_>) + 'a>;Handler type for picker actions.
pub struct ActionHandler<'a>(/* private fields */);