[][src]Function dropshot::test_util::objects_list

pub async fn objects_list<T: DeserializeOwned, '_, '_>(
    client: &'_ ClientTestContext,
    list_url: &'_ str
) -> Vec<T>

Fetches a list of resources from the API.