Type Alias CertificateValue

Source
pub type CertificateValue<'a> = CachedValue<'a, ASN1<CertificateInner>>;

Aliased Typeยง

struct CertificateValue<'a> { /* private fields */ }