Function start

Source
pub async fn start(
    app_data: Arc<AppData>,
    config_bind_address: SocketAddr,
    opt_tsl: Option<Tsl>,
) -> Running
Expand description

Starts the API server.

§Panics

Panics if the API server can’t be started.