webpki

Type Alias TLSClientTrustAnchors

Source
pub type TLSClientTrustAnchors<'a> = TlsClientTrustAnchors<'a>;
👎Deprecated: use TlsClientTrustAnchors

Aliased Type§

struct TLSClientTrustAnchors<'a>(pub &'a [TrustAnchor<'a>]);

Fields§

§0: &'a [TrustAnchor<'a>]