Trait hobo::dom_events::RawChange[][src]

pub trait RawChange {
    fn on_change(&self, f: impl FnMut(Event) + 'static) -> EventHandler;
}

Required methods

Implementors