Skip to main content

EventCallback

Type Alias EventCallback 

Source
pub type EventCallback = Box<dyn FnMut(Event)>;
Expand description

Type alias for an event callback closure.

A boxed FnMut(Event) invoked whenever the associated DOM event fires.

Aliased Typeยง

pub struct EventCallback(/* private fields */);