Trait hobo::dom_events::RawTouchmove[][src]

pub trait RawTouchmove {
    fn on_touch_move(&self, f: impl FnMut(TouchEvent) + 'static) -> EventHandler;
}

Required methods

Implementors