PluginLoadF

Type Alias PluginLoadF 

Source
pub type PluginLoadF = Option<unsafe extern "C" fn(reg: *mut ApiRegistryApi, load: bool)>;

Aliased Type§

pub enum PluginLoadF {
    None,
    Some(unsafe extern "C" fn(*mut ApiRegistryApi, bool)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut ApiRegistryApi, bool))

Some value of type T.