Function linera_witty::test::assert_interface_dependencies
source ยท pub fn assert_interface_dependencies<'i, Interface>(
expected_types: impl IntoIterator<Item = (&'i str, &'i str)>,
)where
Interface: WitInterface,
Expand description
Asserts that the WIT type dependencies of the Interface
are the expected_types
.