pub fn sample_file<AnyPath0>( path: AnyPath0, ) -> Result<PathBuf, Box<FetchDataError>>where AnyPath0: AsRef<Path>,
A sample sample_file. Don’t use this. Instead, define your own sample_file function that knows how to fetch your data files.
sample_file