[][src]Type Definition show_image::EventHandler

type EventHandler = Box<dyn FnMut(&mut EventHandlerContext) + Send>;

A event handler.