pub async fn build_handler(
catalog: &ContentCatalog,
sim_config: &str,
resolver: &DynDataResolver<'_>,
) -> Result<ResolvedHandler, ApplicationError>Expand description
Build a handler from a sim config without running iterations; runs on_sim_start.