[][src]Type Definition pushrod::widgets::push_button_widget::OnClickCallbackType

type OnClickCallbackType = Option<Box<dyn FnMut(&mut PushButtonWidget, &[WidgetContainer], &[LayoutContainer])>>;

This is the callback type that is used when an on_click callback is triggered from this Widget.