[][src]Function dropshot::test_util::objects_list_page

pub async fn objects_list_page<ItemType, '_, '_>(
    client: &'_ ClientTestContext,
    list_url: &'_ str
) -> ResultsPage<ItemType> where
    ItemType: DeserializeOwned

Fetches a page of resources from the API.