[][src]Function sauron_core::dom::events::on

pub fn on<F, MSG>(event_name: &'static str, f: F) -> Attribute<MSG> where
    F: Fn(Event) -> MSG + 'static, 

an event builder