pub const NAUTILUS_PLUGIN_ABI_VERSION: u32 = 1;Expand description
ABI version of the public plug-in metadata contract.
The host refuses to load a plug-in whose
PluginManifest::abi_version
does not match this value.
pub const NAUTILUS_PLUGIN_ABI_VERSION: u32 = 1;ABI version of the public plug-in metadata contract.
The host refuses to load a plug-in whose
PluginManifest::abi_version
does not match this value.