Type Definition der_parser::der::DerObjectContent [−][src]
pub type DerObjectContent<'a> = BerObjectContent<'a>;
Expand description
BER object content
This is the same object as BerObjectContent
.
pub type DerObjectContent<'a> = BerObjectContent<'a>;
BER object content
This is the same object as BerObjectContent
.