pub fn get_available_datasets() -> Result<Vec<String>>
Expand description
Retrieves a list of available datasets
This is a stub implementation when the download feature is not enabled. It returns an error informing the user to enable the download feature.
ยงReturns
- An error indicating that the download feature is not enabled