[][src]Function sauron::html::events::onkeydown

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