Trait hobo::dom_events::RawClick[][src]

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

Required methods

Implementors