Type Alias sauron::html::attributes::EventCallback

source ·
pub type EventCallback<MSG> = Callback<Event, MSG>;
Expand description

Callback where Event type is supplied for Components

Aliased Type§

struct EventCallback<MSG> { /* private fields */ }