Function sauron::on_mouseleave[][src]

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

attach an on_mouseleave event to the html element