Trait hobo::dom_events::Touchend[][src]

pub trait Touchend: Element {
    fn add_on_touch_end(&self, f: impl FnMut(TouchEvent) + 'static) { ... }
fn on_touch_end(self, f: impl FnMut(TouchEvent) + 'static) -> Self { ... } }

Provided methods

Implementors