Function sauron::prelude::on

source ·
pub fn on<F, MSG>(event_name: &'static str, f: F) -> Attribute<MSG>
where F: FnMut(Event) -> MSG + 'static, MSG: 'static,
Expand description

an event builder