pub async fn start_web_server_worker<S, DB>(
host: String,
extra_router: Router<S>,
bc: Blockchain<DB>,
db_pool: DbPool,
shutdown_token: CancellationToken,
) -> WorkerResult
pub async fn start_web_server_worker<S, DB>(
host: String,
extra_router: Router<S>,
bc: Blockchain<DB>,
db_pool: DbPool,
shutdown_token: CancellationToken,
) -> WorkerResult