Struct webpki::TLSClientTrustAnchors [−][src]
pub struct TLSClientTrustAnchors<'a>(pub &'a [TrustAnchor<'a>]);
Expand description
Trust anchors which may be used for authenticating clients.
Tuple Fields
0: &'a [TrustAnchor<'a>]