[−][src]Type Definition pushrod::widgets::timer_widget::TimerCallbackType
type TimerCallbackType = Option<Box<dyn FnMut(&mut TimerWidget, &[WidgetContainer])>>;
This is the callback type that is used when an on_timeout callback is triggered from this
Widget.