pub async fn context_middleware<B>( __arg0: Extension<Arc<ServerState>>, req: Request<B>, next: Next<B>, ) -> Response