Function sauron::on_keyup[][src]

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

attach an on_keyup event to the html element