Function read_all
pub fn read_all(
rd: &mut dyn BufRead,
) -> impl Iterator<Item = Result<Item, Error>>Available on (crate features
rustls or boring or acme) and crate feature rustls and crate feature std only.Expand description
Extract and return all PEM sections by reading rd.