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