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

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

attach an on_keypress event to the html element