Function run_with_derived_state_host_and_setup
pub fn run_with_derived_state_host_and_setup(
derived_state_host: DerivedStateHost,
setup: &RuntimeSetup,
) -> Result<(), RuntimeError>Expand description
Runs the packaged observer runtime with a derived-state host and explicit setup overrides.
ยงErrors
Returns any runtime initialization or shutdown error from the underlying observer runtime.