Trait hobo::dom_events::RawMousedown[][src]

pub trait RawMousedown {
    fn on_mouse_down(&self, f: impl FnMut(MouseEvent) + 'static) -> EventHandler;
}

Required methods

Implementors