Module csv_client_adapter

Module csv_client_adapter 

Source
Expand description

Adapter to make CsvApiClient implement DataProvider trait

This adapter allows the existing CsvApiClient to work with the new DataProvider trait system without modifying the CsvApiClient code itself.

Structs§

CsvClientAdapter
Adapter that makes CsvApiClient implement DataProvider Note: This adapter requires querying the data first since CsvApiClient doesn’t store results internally - it generates them on query