Skip to main content

run_server

Function run_server 

Source
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.