Type Definition hotline_rs::plugin::PluginInstance
source · pub type PluginInstance = *mut c_void;Expand description
Plugin instances are crated by the Plugin::create function, created on the heap
and passed around as a void* through the hotline_plugin macro to become a Plugin trait