Function webserver_start_arc

Source
pub async fn webserver_start_arc(
    host_port: &str,
    http_handler: HttpHandler,
) -> Result<(), Box<dyn Error + Send + Sync>>