pub fn get_leaderboard() -> LeaderboardNotable traits for Leaderboardimpl Iterator for Leaderboard    type Item = Result<LeaderboardPage>;
Expand description

Returns an iterator over the leaderboard pages, starting at 0. You can advance the iterator by calling try_next() or next() on the iterator returned from this function.

See Leaderboard for more information.