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