call_host_function

Function call_host_function 

Source
pub fn call_host_function<T>(
    function_name: &str,
    parameters: Option<Vec<ParameterValue>>,
    return_type: ReturnType,
) -> Result<T>
where T: TryFrom<ReturnValue>,