Skip to main content

call_with_runtime

Function call_with_runtime 

Source
pub fn call_with_runtime<F>(
    name: &str,
    args: &[Value],
    invoke_handler: F,
    skip_server: bool,
) -> Option<Result<Value, RuntimeError>>