Crate ccadb_csv_fetch
source ·Enums§
- An error that can occur while fetching or parsing a CCADB data source.
- Types of CCADB CSV reports that can be fetched.
Functions§
- Fetch the provided report type’s CSV from CCADB, writing the result to output.
Type Aliases§
- Convenience type for functions that return a
T
on success or aFetchError
otherwise.