pub fn assert_interface_functions<Interface>(
expected_declarations: &[impl AsRef<str>],
)where
Interface: WitInterface,Expand description
Asserts that the function declarations of the Interface are the expected_declarations.
pub fn assert_interface_functions<Interface>(
expected_declarations: &[impl AsRef<str>],
)where
Interface: WitInterface,Asserts that the function declarations of the Interface are the expected_declarations.