Type Alias webpki::TLSServerTrustAnchors
source · pub type TLSServerTrustAnchors<'a> = TlsServerTrustAnchors<'a>;
👎Deprecated: use TlsServerTrustAnchors
Aliased Type§
struct TLSServerTrustAnchors<'a>(pub &'a [TrustAnchor<'a>]);
Fields§
§0: &'a [TrustAnchor<'a>]