Module iterator

Module iterator 

Source

Structs§

AlbumTracksIterator
Iterator for browsing tracks in a specific album from a user’s library.
ArtistAlbumsIterator
Iterator for browsing an artist’s albums from a user’s library.
ArtistTracksDirectIterator
Iterator for browsing an artist’s tracks directly using the paginated artist tracks endpoint.
ArtistTracksIterator
Iterator for browsing an artist’s tracks from a user’s library.
ArtistsIterator
Iterator for browsing all artists in the user’s library.
RecentTracksIterator
Iterator for browsing a user’s recent tracks/scrobbles.
SearchAlbumsIterator
Iterator for searching albums in the user’s library.
SearchArtistsIterator
Iterator for searching artists in the user’s library.
SearchTracksIterator
Iterator for searching tracks in the user’s library.

Traits§

AsyncPaginatedIterator
Async iterator trait for paginated Last.fm data.