pub async fn get_competition_leaderboard(
__arg0: State<AppState>,
__arg1: Query<CompetitionLeaderboardQuery>,
) -> Result<Json<CompetitionLeaderboardResponse>, ApiError>Expand description
Get competition leaderboard.
pub async fn get_competition_leaderboard(
__arg0: State<AppState>,
__arg1: Query<CompetitionLeaderboardQuery>,
) -> Result<Json<CompetitionLeaderboardResponse>, ApiError>Get competition leaderboard.