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.
pub type Handler = fn();The type of an event handler.
Currently no arguments and return values are supported.