Function rustls_pemfile::read_all

source ยท
pub fn read_all(
    rd: &mut dyn BufRead,
) -> impl Iterator<Item = Result<Item, Error>> + '_
Expand description

Extract and return all PEM sections by reading rd.