Skip to main content

run_with_setup

Function run_with_setup 

pub fn run_with_setup(setup: &RuntimeSetup) -> Result<(), RuntimeError>
Expand description

Runs the packaged observer runtime with explicit code-driven setup overrides.

ยงErrors

Returns any runtime initialization or shutdown error from the underlying observer runtime.