Type Alias hexchat_api::InitFn

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

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