pub async fn serve_with_admin<R>(
listener: TcpListener,
db: Arc<R>,
admin_config: Option<AdminConfig>,
) -> Result<()>where
R: QueryRunner,pub async fn serve_with_admin<R>(
listener: TcpListener,
db: Arc<R>,
admin_config: Option<AdminConfig>,
) -> Result<()>where
R: QueryRunner,