[][src]Function rustfm_scraper::lastfm::fetch_tracks_metadata

pub async fn fetch_tracks_metadata<'_, '_>(
    user: &'_ User,
    api_key: &'_ str,
    page: i32,
    limit: i32,
    from: i64,
    to: i64
) -> Result<Attr>