Trait hobo::dom_events::Touchstart[][src]

pub trait Touchstart: Element {
    fn add_on_touch_start(&self, f: impl FnMut(TouchEvent) + 'static) { ... }
fn on_touch_start(self, f: impl FnMut(TouchEvent) + 'static) -> Self { ... } }

Provided methods

Implementors