Function sample_file

Source
pub fn sample_file<AnyPath0>(
    path: AnyPath0,
) -> Result<PathBuf, Box<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.