Type Alias handler_table::Handler

source ·
pub type Handler = fn();
Expand description

The type of an event handler.

Currently no arguments and return values are supported.