Function xtp_test::call_string
source · pub fn call_string(
func_name: impl AsRef<str>,
input: impl ToMemory
) -> Result<String>Expand description
Call a function from the Extism plugin being tested, passing input and returning its output as a string.