Function sauron::prelude::prelude::html::events::on_mouseout

source ·
pub fn on_mouseout<CB, MSG>(cb: CB) -> Attribute<MSG>
where CB: FnMut(MouseEvent) -> MSG + 'static, MSG: 'static,
Expand description

attach an on_mouseout event to the html element