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.