Function read_csv

Source
pub fn read_csv<'csv>(
    data: impl Read + 'csv,
) -> impl Iterator<Item = Result<CertificateMetadata>>
Expand description

Read the provided CSV data, producing an iterator of CertificateMetadata parse results for each of the rows.