Struct webpki::TLSServerTrustAnchors [] [src]

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

Trust anchors which may be used for authenticating servers.