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.
pub fn read_csv<'csv>(
data: impl Read + 'csv,
) -> impl Iterator<Item = Result<CertificateMetadata>>
Read the provided CSV data, producing an iterator of CertificateMetadata
parse results
for each of the rows.