Type Definition live_view::EventHandler[][src]

type EventHandler<State> = fn(_: &Event, _: &mut State) -> Option<String>;