Trait hobo::dom_events::Mouseleave[][src]

pub trait Mouseleave: Element {
    fn add_on_mouse_leave(&self, f: impl FnMut(MouseEvent) + 'static) { ... }
fn on_mouse_leave(self, f: impl FnMut(MouseEvent) + 'static) -> Self { ... } }

Provided methods

Implementors