hexchat_api

Type Alias InfoFn

Source
pub type InfoFn = dyn FnOnce() -> PluginInfo + UnwindSafe;
Expand description

The signature of the info function plugin authors need to register using dll_entry_points!().