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