Function from_buf

fn from_buf(rd: &mut dyn BufRead) -> Result<Option<(SectionKind, Vec<u8>)>, Error>

Extract and decode the next supported PEM section from rd.