Trait hobo::dom_events::RawWheel[][src]

pub trait RawWheel {
    fn on_wheel(&self, f: impl FnMut(WheelEvent) + 'static) -> EventHandler;
}

Required methods

Implementors