pub fn simple_ev<Ms: Clone + 'static>(
    trigger: impl Into<Ev>,
    message: Ms
) -> EventHandler<Ms>
👎 Deprecated since 0.8.0:

Use ev instead.

Expand description

Create an event that passes no data, other than it occurred. Foregoes using a closure, in favor of pointing to a message directly.