Macro impl_widget_event

Source
macro_rules! impl_widget_event {
    ($T: ty {
        $(
            $K: path => $V: expr => $S: expr
        ),*
    }) => { ... };
}