pub async fn start(
    app_data: Arc<AppData>,
    net_ip: &str,
    net_port: u16
) -> Running
Expand description

Starts the API server.

Panics

Panics if the API server can’t be started.