pub type TrayHandler = Box<dyn FnMut(TrayEvent, RendererContext<'_>)>;
pub struct TrayHandler(/* private fields */);