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

pub fn on_blur<CB, MSG>(cb: CB) -> Attribute<MSG> where
    CB: Fn(Event) -> MSG + 'static,
    MSG: 'static, 

attach an on_blur event to the html element