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

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

attach an on_keyup event to the html element