Function read_csv_optional
Source pub fn read_csv_optional<'a, T: DeserializeOwned + 'a>(
file_path: &'a Path,
) -> Result<impl Iterator<Item = T> + 'a>
Expand description
Read a series of type Ts from a CSV file.
ยงArguments
file_path - Path to the CSV file