Skip to main content

INTERFACE_VERSION

Constant INTERFACE_VERSION 

Source
pub const INTERFACE_VERSION: Version;
Expand description

Current version of the data-provider WIT interface.

A plugin declaring an interface_version in its manifest is compatible with a host running this version when INTERFACE_VERSION.accepts(plugin_interface_version) is true — see Version::accepts.