pub fn mouse_ev<Ms: 'static, MsU: 'static>(
    trigger: impl Into<Ev>,
    handler: impl FnOnce(MouseEvent) -> MsU + 'static + Clone
) -> EventHandler<Ms>
Expand description

See keyboard_ev