Function new_rust_runtime_services

Source
pub fn new_rust_runtime_services(
    runtime_var_db: &mut dyn RuntimeVarDb,
    backend: FlowBackend,
    platform: FlowPlatform,
    arch: FlowArch,
) -> RustRuntimeServices<'_>