Type Alias hexchat_api::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!()
.
pub type InfoFn = dyn FnOnce() -> PluginInfo + UnwindSafe;
The signature of the info function plugin authors need to register using
dll_entry_points!()
.