[][src]Function picky::pem::to_pem

pub fn to_pem<S, T: ?Sized>(label: S, data: &T) -> String where
    S: Into<String>,
    T: AsRef<[u8]>, 

Build a PEM-encoded structure into a String.