Function get_iter
Source pub fn get_iter(filepath: &Path, file_formats: &[String]) -> Iter
Expand description
Retrieves the previous and/or next file to the currently streaming file.
§Arguments
filepath - File that is requested for streaming.
file_formats - Vector of file formats (as String) that are allowed.
§Returns
An Iter struct representing the iterator information.