Skip to main content

call_feval_async_with_outputs

Function call_feval_async_with_outputs 

Source
pub async fn call_feval_async_with_outputs(
    func_value: Value,
    args: &[Value],
    requested_outputs: usize,
) -> Result<Value, RuntimeError>