pub fn sample_file<AnyPath0>(path: AnyPath0) -> Result<PathBuf, FetchDataError>where
    AnyPath0: AsRef<Path>,
Expand description

A sample sample_file. Don’t use this. Instead, define your own sample_file function that knows how to fetch your data files.