Skip to main content

build_runtime_with_memory

Function build_runtime_with_memory 

Source
pub fn build_runtime_with_memory(
    provider: Arc<dyn ModelProvider>,
    memory: Arc<dyn MemoryBackend>,
) -> Result<RuntimeBundle, HarnessError>