Trait hobo::dom_events::Blur[][src]

pub trait Blur: Element {
    fn add_on_blur(&self, f: impl FnMut(FocusEvent) + 'static) { ... }
fn on_blur(self, f: impl FnMut(FocusEvent) + 'static) -> Self { ... } }

Provided methods

Implementors