Type Alias hexchat_api::DeinitFn

source ·
pub type DeinitFn = dyn FnOnce(&'static Hexchat) -> i32 + UnwindSafe;
Expand description

The signature for the deinit function plugin authors need to register using dll_entry_points!().