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