call

Function call 

Source
pub fn call<T: FromBytesOwned>(
    func_name: impl AsRef<str>,
    input: impl ToMemory,
) -> Result<T>
Expand description

Call a function from the Extism plugin being tested, passing input and returning its output.