//! Plugin module — types for plugin/guest contract metadata.
//!//! Guest contracts are implemented by plugins and consumed by the host.
modguest_contract_handle;modplugin_context;modplugin_descriptor;pubuseguest_contract_handle::GuestContractHandle;pubuseplugin_context::BundleInitContext;pubuseplugin_descriptor::PluginDescriptor;