Skip to main content

ROOM_PLUGIN_DECLARATION

Static ROOM_PLUGIN_DECLARATION 

Source
pub static ROOM_PLUGIN_DECLARATION: PluginDeclaration
Expand description

Plugin metadata for dynamic loading.

When the cdylib-exports feature is enabled, this static is exported with #[no_mangle] so that libloading can find it by name. When the feature is off (rlib / static linking), the symbol is mangled to avoid collisions with other plugins in the same binary.