Function parse_pem

Source
pub fn parse_pem(
    pem: impl AsRef<[u8]>,
) -> Result<(Vec<CertificateDer<'static>>, PrivateKeyDer<'static>)>