pub async fn run_server(
state: ServerState,
options: ServerRunOptions,
) -> ServerResult<()>Expand description
Validates the runtime and starts the HTTP server unless dry_run is set.
pub async fn run_server(
state: ServerState,
options: ServerRunOptions,
) -> ServerResult<()>Validates the runtime and starts the HTTP server unless dry_run is set.