Function contents [src]
Prototype
pub fn contents(cert: Certificate, elem: der.Element) []const u8 Parameters
cert: Certificateelem: der.Element Source
pub fn contents(cert: Certificate, elem: der.Element) []const u8 {
return cert.buffer[elem.slice.start..elem.slice.end];
}